Skip to content

Commit a00923d

Browse files
authored
chore: update dependencies and include additional files in tsconfig
1 parent 23b895b commit a00923d

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

examples/crm/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,22 @@
1515
"start": "tsx server.ts"
1616
},
1717
"dependencies": {
18+
"@hono/node-server": "^1.19.9",
19+
"@object-ui/console": "workspace:*",
1820
"@objectstack/core": "^3.0.2",
21+
"@objectstack/driver-memory": "^3.0.2",
22+
"@objectstack/objectql": "^3.0.2",
1923
"@objectstack/plugin-auth": "^3.0.2",
24+
"@objectstack/plugin-hono-server": "^3.0.2",
2025
"@objectstack/runtime": "^3.0.2",
2126
"@objectstack/spec": "^3.0.2",
22-
"pino": "^8.21.0"
27+
"hono": "^4.11.9",
28+
"pino": "^8.21.0",
29+
"pino-pretty": "^13.1.3"
2330
},
2431
"devDependencies": {
2532
"@objectstack/cli": "^3.0.2",
33+
"tsx": "^4.21.0",
2634
"typescript": "^5.9.3"
2735
}
2836
}

examples/crm/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"strict": true,
77
"skipLibCheck": true
88
},
9-
"include": ["src/**/*", "objectstack.config.ts"]
9+
"include": ["src/**/*", "objectstack.config.ts", "server.ts", "console-plugin.ts"]
1010
}

pnpm-lock.yaml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)