initialize components, routes, and services

This commit is contained in:
2020-07-08 18:54:19 -05:00
parent d212d3b36c
commit 69466406cd
13 changed files with 333 additions and 11 deletions

View File

@ -5,7 +5,7 @@
"path": "^0.12.7"
},
"scripts": {
"start": "rm -rf dist && tsc && cp -r frame dist/ && node dist/processDef.js"
"start": "rm -rf dist && tsc && cp -r frame dist/ && cd dist && node index.js"
},
"name": "system-builder",
"version": "1.0.0",