Skip to content

Commit e2088f7

Browse files
committed
fix: ci
1 parent cc13a59 commit e2088f7

File tree

4 files changed

+3941
-3235
lines changed

4 files changed

+3941
-3235
lines changed

apps/keck/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jwst = [
1717
]
1818
api = ["utoipa"]
1919
schema = ["utoipa-swagger-ui"]
20+
sqlite = []
2021

2122
[dependencies]
2223
axum = { version = "0.6.20", features = ["headers", "ws"] }

libs/jwst-core/src/workspaces/metadata/pages.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use std::collections::HashMap;
22

33
use jwst_codec::{Any, Array, Map, Value};
44

5+
#[allow(dead_code)]
56
pub struct PageMeta {
67
pub id: String,
78
pub favorite: Option<bool>,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "OctoBase",
33
"version": "0.5.0",
44
"private": true,
5-
"packageManager": "pnpm@8.1.0",
5+
"packageManager": "pnpm@10.5.2",
66
"scripts": {
77
"dev": "turbo --filter @toeverything/octobase dev",
88
"build": "turbo --filter @toeverything/octobase build",

0 commit comments

Comments
 (0)