mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
poc: fix start command for heroku
This commit is contained in:
parent
b190970df2
commit
d8309c200e
@ -33,7 +33,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/lib/server-impl.js",
|
||||
"scripts": {
|
||||
"start": "TZ=UTC node ./dist/server.js",
|
||||
"start": "TZ=UTC node dist/server.js",
|
||||
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",
|
||||
"build:backend": "tsc --pretty --strictNullChecks false",
|
||||
"build:frontend": "yarn --cwd ./frontend run build",
|
||||
|
Loading…
Reference in New Issue
Block a user