add frontend frame and service logic

This commit is contained in:
2021-07-03 00:41:03 -05:00
parent 87312fbc86
commit be789ae882
49 changed files with 10019 additions and 65 deletions

View File

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