Created envars and updated config flow

This commit is contained in:
Dunemask 2021-08-14 17:56:29 -06:00
parent 0e424ec5fa
commit d4b5a555b9
12 changed files with 56 additions and 62 deletions

View file

@ -24,10 +24,11 @@
"sass": "^1.37.5"
},
"scripts": {
"start": "node server/main.js",
"start:dev": "nodemon server/main.js",
"start:react": "PORT=52026 react-scripts start",
"build": "react-scripts build"
"start": "node server/index.js",
"start:dev": "nodemon server/index.js",
"start:react": "react-scripts start",
"build:react": "react-scripts build",
"build:all": "npm run build:react && docker-compose build"
},
"eslintConfig": {
"extends": [