Initial Commit Adjustments

This commit is contained in:
Dunemask 2022-05-05 13:04:36 +00:00
parent d5524b7d55
commit 0ce2785b75
6 changed files with 75 additions and 50 deletions

View file

@ -9,6 +9,7 @@
"./web-clients": "./lib/sockets/clients/web.index.js"
},
"scripts": {
"build:react": "BUILD_PATH='./dist' react-scripts build",
"start": "node bin/app.js",
"start:dev": "nodemon bin/app.js",
"start:dev:replit": "npm run start:dev & npm run start:react:replit",