We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f4488 commit 73aceacCopy full SHA for 73aceac
2 files changed
examples/app-crm/package.json
@@ -4,6 +4,7 @@
4
"description": "Example CRM implementation using ObjectStack Protocol",
5
"private": true,
6
"scripts": {
7
+ "dev": "objectstack dev",
8
"build": "objectstack compile objectstack.config.ts dist/crm.json",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
examples/app-todo/package.json
"description": "Example Todo App using ObjectStack Protocol",
"build": "objectstack compile objectstack.config.ts dist/objectstack.json"
"dependencies": {
0 commit comments