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 1b34de0 commit 3afeb04Copy full SHA for 3afeb04
packages/nitro/src/vite.ts
@@ -77,6 +77,7 @@ export function workflow(options?: ModuleOptions): Plugin[] {
77
content = await read();
78
} catch {
79
// File might have been deleted - trigger rebuild to update generated routes
80
+ console.log('Workflow file changed, rebuilding...');
81
await enqueue(() => builder.build());
82
return;
83
}
packages/sveltekit/src/plugin.ts
@@ -31,6 +31,7 @@ export function workflowPlugin(): Plugin[] {
31
32
33
34
35
36
37
0 commit comments