Skip to content

Commit 633bb68

Browse files
committed
chore: drop NODE_COMPILE_CACHE convention
Removes the project-level NODE_COMPILE_CACHE="./.cache" pin from .env.example and the now-redundant ".cache/**" excludes from both tsconfigs. The compile-cache pollution at repo root is noise that has no consumer in the codebase — vitest already writes its own cache under node_modules/.cache/.
1 parent 2d8dd6c commit 633bb68

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Copy this file to .env.local and customize for your local environment.
33

44
# Node.js Configuration (optional overrides).
5-
NODE_COMPILE_CACHE="./.cache"
65
NODE_OPTIONS="--max-old-space-size=8192 --max-semi-space-size=1024"
76

87
# Socket API Configuration (for e2e testing).

packages/cli/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"test/helpers/**/*.mts"
1212
],
1313
"exclude": [
14-
".cache/**",
1514
".claude/**",
1615
"build/**",
1716
"binaries/**",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"binaries/**",
1616
"dist/**",
1717
"external/**",
18-
".cache/**",
1918
".claude/**",
2019
"node_modules/**",
2120
"pkg-binaries/**"

0 commit comments

Comments
 (0)