Fix build

This commit is contained in:
Stan Wohlwend 2024-07-01 17:43:45 -07:00
parent 934eb78004
commit 530722836c
3 changed files with 8 additions and 7 deletions

View File

@ -3,11 +3,9 @@ STACK_SERVER_SECRET=23-wuNpik0gIW4mruTz25rbIvhuuvZFrLOLtL7J4tyo
STACK_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
STACK_DIRECT_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
NEXT_PUBLIC_DOC_URL=http://localhost:8104
STACK_EMAIL_HOST=0.0.0.0
STACK_EMAIL_PORT=2500
EMAIL_SECURE=false
STACK_EMAIL_SECURE=false
STACK_EMAIL_USERNAME=does not matter, ignored by Inbucket
STACK_EMAIL_PASSWORD=does not matter, ignored by Inbucket
STACK_EMAIL_SENDER=noreply@example.com

View File

@ -8,11 +8,9 @@ STACK_SECRET_SERVER_KEY=this-secret-server-key-is-for-local-development-only
STACK_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
STACK_DIRECT_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
NEXT_PUBLIC_DOC_URL=http://localhost:8104
STACK_EMAIL_HOST=0.0.0.0
STACK_EMAIL_PORT=2500
EMAIL_SECURE=false
STACK_EMAIL_SECURE=false
STACK_EMAIL_USERNAME=does not matter, ignored by Inbucket
STACK_EMAIL_PASSWORD=does not matter, ignored by Inbucket
STACK_EMAIL_SENDER=noreply@example.com

View File

@ -2,7 +2,12 @@
"$schema": "https://turbo.build/schema.json",
"globalEnv": [
"STACK_*",
"NEXT_PUBLIC_*"
"NEXT_PUBLIC_*",
"NEXT_PUBLIC_SENTRY_*",
"SENTRY_*",
"VERCEL_GIT_COMMIT_SHA",
"NEXT_PUBLIC_POSTHOG_*",
"POSTHOG_*"
],
"tasks": {
"build": {