set NODE_ENV="production"

This commit is contained in:
m5r 2021-09-03 17:16:09 +08:00
parent 356fd8818c
commit b4ca27ca87
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ processes = []
HUSKY_SKIP_INSTALL = 1
[env]
NODE_ENV = "production"
AWS_SES_REGION = "eu-central-1"
AWS_SES_FROM_EMAIL = "mokhtar@fss.dev"
QUIRREL_API_URL = "https://queue.mokhtar.dev"

View File

@ -12,6 +12,7 @@ processes = []
HUSKY_SKIP_INSTALL = 1
[env]
NODE_ENV = "production"
AWS_SES_REGION = "eu-central-1"
AWS_SES_FROM_EMAIL = "mokhtar@fss.dev"
QUIRREL_API_URL = "https://queue.mokhtar.dev"