Skip to content

Commit

Permalink
fix: setting turbo ui mode default to stream
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jun 25, 2024
1 parent bde6cca commit bc19262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .secrets.prod.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ POSTGRES_PASSWORD = 'FIXME'
AUTH_PROVIDER_GITHUB_CLIENT_ID = 'FIXME'
AUTH_PROVIDER_GITHUB_CLIENT_SECRET = 'FIXME'

## SMTP (for local development, use `mailhog` server, for prod: set appropriate `AUTH_SMTP_` variables)
# SMTP host must be `mailhog` for local development, to bypass hasura-auth tls restrictions
## SMTP (for local development, use `mailpit` server, for prod: set appropriate `AUTH_SMTP_` variables)
# SMTP host must be `mailpit` for local development, to bypass hasura-auth tls restrictions
AUTH_SMTP_HOST = 'smtp-relay.sendinblue.com'
AUTH_SMTP_PORT = '587'
AUTH_SMTP_AUTH_METHOD = 'PLAIN'
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "stream",
"globalDependencies": ["**/.env", "**/.secrets", "**/.env.*local", ".env", ".secrets"],
"tasks": {
"build": {
Expand Down

0 comments on commit bc19262

Please sign in to comment.