Skip to content

Commit b4d2364

Browse files
pi0adriandlam
authored andcommitted
update workaround
1 parent 856a7d8 commit b4d2364

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

workbench/nitro-v3/nitro.config.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ export default defineNitroConfig({
55
modules: [
66
'workflow/nitro'
77
],
8-
// Workaround for monorepo symlinked packages
9-
externals: {
10-
external: [id => id.includes('.nitro/workflow')]
11-
},
8+
// Workaround for monorepo symlinks
9+
noExternals: true,
10+
rollupConfig: {
11+
watch: {
12+
exclude: ['**/.workflow-data/**', '**/node_modules/**']
13+
}
14+
}
1215
});

0 commit comments

Comments
 (0)