1
0
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:
Ivar Conradi Østhus 2024-10-29 15:08:21 +01:00
parent b190970df2
commit d8309c200e
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -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",