Skip to content

Commit 73aceac

Browse files
committed
feat: add dev script to package.json for app-crm and app-todo examples
1 parent 51f4488 commit 73aceac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/app-crm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"private": true,
66
"scripts": {
7+
"dev": "objectstack dev",
78
"build": "objectstack compile objectstack.config.ts dist/crm.json",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},

examples/app-todo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Example Todo App using ObjectStack Protocol",
55
"private": true,
66
"scripts": {
7+
"dev": "objectstack dev",
78
"build": "objectstack compile objectstack.config.ts dist/objectstack.json"
89
},
910
"dependencies": {

0 commit comments

Comments
 (0)