Skip to content

Commit cbdf239

Browse files
committed
fix(router): don't add handlers to vite plugin
1 parent f7d3f58 commit cbdf239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-router/src/adapters/shared/vite/post-build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { getErrorHtml } from '@qwik.dev/router/middleware/request-handler';
21
import fs from 'node:fs';
32
import { join } from 'node:path';
3+
import { getErrorHtml } from '../../../middleware/request-handler/error-handler';
44

55
/** Cleans the client output SSG results if needed and injects the SSG metadata into the build output */
66
export async function postBuild(

0 commit comments

Comments
 (0)