You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,9 +377,43 @@ If you fork or clone the repository to contribute or run examples from source:
377
377
Start the full-stack development server with all plugins (ObjectQL + Security + GraphQL + OData + JSON-RPC):
378
378
```bash
379
379
pnpm dev
380
+
# Equivalent to: objectstack serve --dev
380
381
# Starts ObjectStack kernel at http://localhost:5050
381
-
# Loads project-tracker example metadata
382
+
# Loads project-tracker example metadata from objectstack.config.ts
382
383
```
384
+
385
+
The dev server is powered by `@objectstack/cli` (v2.0.6). It reads `objectstack.config.ts` in the project root, which configures the kernel with all plugins:
0 commit comments