2
0

💚 Make sure __ENV.js file is properly cached

This commit is contained in:
Baptiste Arnaud
2023-08-29 19:04:39 +02:00
parent a0a719626c
commit a1179e3934

View File

@ -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"]
},