Skip to content

Commit e20a1e5

Browse files
committed
fix(nx): don't cache .next when using NX b/c it conflicts with vercel
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1 parent ddea8d0 commit e20a1e5

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

examples/v1/chat-with-your-data/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
"tailwindcss-animate": "^1.0.7",
3434
"zod": "^3.24.2"
3535
},
36-
"nx": {
37-
"targets": {
38-
"build": {
39-
"cache": false
40-
}
41-
}
42-
},
4336
"devDependencies": {
4437
"@eslint/eslintrc": "^3.3.3",
4538
"@tailwindcss/postcss": "^4",

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"{projectRoot}/.env*"
3333
],
3434
"outputs": [
35-
"{projectRoot}/dist/**",
36-
"{projectRoot}/.next/**"
35+
"{projectRoot}/dist/**"
3736
],
3837
"cache": true
3938
},

0 commit comments

Comments
 (0)