mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 01:12:01 +03:00
fix: Use custom logger only for production
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# db
|
||||
node db/init.js
|
||||
|
||||
# app
|
||||
export NODE_ENV=production
|
||||
exec node app.js
|
||||
exec node app.js --prod $@
|
||||
|
||||
Reference in New Issue
Block a user