We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305e563 commit 11f4024Copy full SHA for 11f4024
package.json
@@ -19,7 +19,7 @@
19
"api": "LOGS=info NODE_ENV=production ./components/api-server/bin/server --config ./configs/api.yml",
20
"apibackloop": "LOGS=info NODE_ENV=production ./components/api-server/bin/server --config ./configs/api-backloop.yml",
21
"database": "DEVELOPMENT=true scripts/start-mongo",
22
- "mail": "cd service-mail ; ./bin/server",
+ "mail": "cd service-mail ; ./bin/server --config=../configs/mail-config.yml",
23
"pryv": "npm run database >> ./var-pryv/logs/mongodb.log & npm run mail >> ./var-pryv/logs/mail.log & npm run api",
24
"setup-dev-env": "scripts/setup-dev-env",
25
"test": "echo 'This project doesn’t use npm scripts – enter `just` for the available development commands\n' && exit 1"
0 commit comments