Skip to content

Commit

Permalink
Merge pull request #7098 from QwikDev/fix/v2-starter
Browse files Browse the repository at this point in the history
chore(v2 starter): add missing import
  • Loading branch information
shairez authored Nov 26, 2024
2 parents 0625b62 + e493c3e commit 55216ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starters/apps/base/src/entry.preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* - https://vitejs.dev/config/preview-options.html#preview-options
*
*/
import qwikRouterConfig from "@qwik-router-config";
import { createQwikRouter } from "@qwik.dev/router/middleware/node";
// make sure qwikRouterConfig is imported before entry
import render from "./entry.ssr";
Expand Down

0 comments on commit 55216ad

Please sign in to comment.