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 178825f commit ba11065Copy full SHA for ba11065
packages/nitro/src/builders.ts
@@ -87,7 +87,7 @@ export function getWorkflowDirs(nitro: Nitro) {
87
return unique(
88
[
89
...(nitro.options.workflow?.dirs ?? []),
90
- join(nitro.options.rootDir, 'workflows'),
+ join(srcDir, 'workflows'),
91
join(srcDir, nitro.options.routesDir || 'routes'),
92
join(srcDir, nitro.options.apiDir || 'api'),
93
].map((dir) => resolve(nitro.options.rootDir, dir))
0 commit comments