We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856a7d8 commit b4d2364Copy full SHA for b4d2364
workbench/nitro-v3/nitro.config.ts
@@ -5,8 +5,11 @@ export default defineNitroConfig({
5
modules: [
6
'workflow/nitro'
7
],
8
- // Workaround for monorepo symlinked packages
9
- externals: {
10
- external: [id => id.includes('.nitro/workflow')]
11
- },
+ // Workaround for monorepo symlinks
+ noExternals: true,
+ rollupConfig: {
+ watch: {
12
+ exclude: ['**/.workflow-data/**', '**/node_modules/**']
13
+ }
14
15
});
0 commit comments