Fix NODENV missing

This commit is contained in:
2021-06-27 18:27:04 +02:00
parent f36e7a59a7
commit 2e18a88c67
2 changed files with 2 additions and 0 deletions

1
env.ts
View File

@@ -19,6 +19,7 @@ export default Env.rules({
PORT: Env.schema.number(),
APP_KEY: Env.schema.string(),
APP_URL: Env.schema.string(),
NODE_ENV: Env.schema.string(),
ADMIN_USER: Env.schema.string(),
ADMIN_PASSWORD: Env.schema.string(),