Skip to content

Commit

Permalink
Make sure haishin version is in the turbo envs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Nov 5, 2023
1 parent 6314bfc commit 1cb635b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { withSentryConfig } = require('@sentry/nextjs')

const moduleExports = {
env: {
HAISHIN_VERSION: process.env.HAISHIN_VERSION,
WS_URL: process.env.WS_URL
},
sentry: {
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"NODE_ENV",
"APP_ENV",
"PORT",
"REDIS_URL",
"HAISHIN_VERSION",
"OPENAI_API_KEY",
"DEEPL_API_KEY",
"SENTRY_AUTH_TOKEN",
"REDIS_URL",
"FRONTEND_URL",
"BACKEND_URL",
"WS_URL",
Expand Down

0 comments on commit 1cb635b

Please sign in to comment.