Skip to content

Commit 82a9ded

Browse files
authored
Merge pull request #395 from objectstack-ai/copilot/update-documentation-and-examples-again
2 parents b8bd270 + a04d9e1 commit 82a9ded

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"serve": "objectstack serve objectstack.config.ts",
14-
"build": "objectstack compile objectstack.config.ts dist/objectstack.json",
14+
"build": "objectstack compile objectstack.config.ts",
1515
"start": "tsx server.ts"
1616
},
1717
"dependencies": {

examples/kitchen-sink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"serve": "objectstack serve objectstack.config.ts",
14-
"build": "objectstack compile objectstack.config.ts dist/objectstack.json"
14+
"build": "objectstack compile objectstack.config.ts"
1515
},
1616
"dependencies": {
1717
"@objectstack/spec": "^1.1.0"

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"serve": "objectstack serve objectstack.config.ts",
12-
"build": "objectstack compile objectstack.config.ts dist/objectstack.json"
12+
"build": "objectstack compile objectstack.config.ts"
1313
},
1414
"dependencies": {
1515
"@objectstack/client": "^1.1.0",

0 commit comments

Comments
 (0)