working server with migrations as defined

BOOM BABY!!!
This commit is contained in:
2020-06-16 01:54:12 -06:00
parent 3505b16169
commit d212d3b36c
15 changed files with 133 additions and 20 deletions

View File

@ -4,6 +4,9 @@
"ncp": "^2.0.0",
"path": "^0.12.7"
},
"scripts": {
"start": "rm -rf dist && tsc && cp -r frame dist/ && node dist/processDef.js"
},
"name": "system-builder",
"version": "1.0.0",
"main": "dist/processDef.js",