Skip to content

Commit 7af9ef1

Browse files
committed
feat(turbo.json): add inputs configuration for improved build process
1 parent 19929b4 commit 7af9ef1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

turbo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
".svelte-kit/**",
1212
".vitepress/dist/**",
1313
"dist/**"
14+
],
15+
"inputs": [
16+
"src",
17+
"package.json",
18+
"tsconfig.json",
19+
"tsconfig.base.json",
20+
"turbo.json",
21+
"tsup.config.ts"
1422
]
1523
},
1624
"dev": {

0 commit comments

Comments
 (0)