Resolve start-up errors
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./src/bin/www"
|
"start": "node ./src/bin/www",
|
||||||
|
"dev": "nodemon ./src/bin/www"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google/maps": "^0.4.5",
|
"@google/maps": "^0.4.5",
|
||||||
|
|||||||
@@ -10,9 +10,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:all": "concurrently \"npm run dev:backend\" \"npm run dev:app\"",
|
"dev:all": "concurrently \"npm run dev:backend\" \"npm run dev:app\"",
|
||||||
"dev:backend": "cd backend && npm run dev",
|
"dev:backend": "cd backend && npm run dev",
|
||||||
"dev:app": "cd app && ionic serve --host=0.0.0.0 --port=8100",
|
"dev:app": "cd app && npm run ionic:serve -- --address 0.0.0.0 --port 8100",
|
||||||
"dev:backend-only": "cd backend && npm run dev",
|
"dev:backend-only": "cd backend && npm run dev",
|
||||||
"dev:app-only": "cd app && ionic serve --host=0.0.0.0 --port=8100",
|
"dev:app-only": "cd app && npm run ionic:serve -- --address 0.0.0.0 --port 8100",
|
||||||
"install:all": "npm install && npm run install:workspaces",
|
"install:all": "npm install && npm run install:workspaces",
|
||||||
"install:workspaces": "npm install --workspaces",
|
"install:workspaces": "npm install --workspaces",
|
||||||
"seed": "cd backend && npm run seed",
|
"seed": "cd backend && npm run seed",
|
||||||
|
|||||||
Reference in New Issue
Block a user