Skip to content

Commit

Permalink
💚 Make sure __ENV.js file is properly cached
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Aug 29, 2023
1 parent a0a7196 commit a1179e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
},
"build": {
"dependsOn": ["^build", "@typebot.io/prisma#db:generate"],
"outputs": [".next/**", "dist/**", "build/**"],
"outputs": [
".next/**",
"!.next/cache/**",
"dist/**",
"build/**",
"public/__ENV.js"
],
"outputMode": "new-only",
"dotEnv": [".env"]
},
Expand Down

0 comments on commit a1179e3

Please sign in to comment.