Skip to content

Commit c8a1b9e

Browse files
committed
chore: fix ui-templates build
1 parent cec806f commit c8a1b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-templates/lib/render.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const RenderPlugin = () => {
201201
await copyFile(r(`dist/templates/${file}`), join(nuxtRoot, 'src/app/components', file))
202202
}
203203
for (const file of ['error-500.ts', 'error-dev.ts']) {
204-
await copyFile(r(`dist/templates/${file}`), join(nuxtRoot, 'src/core/runtime/nitro/handlers', file))
204+
await copyFile(r(`dist/templates/${file}`), join(nuxtRoot, 'src/core/runtime/nitro/templates', file))
205205
}
206206
},
207207
}

0 commit comments

Comments
 (0)