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 0e7ea67 commit 2125663Copy full SHA for 2125663
packages/start/src/index.ts
@@ -1,2 +1,2 @@
1
// @refresh skip
2
-export { default as clientOnly } from "./shared/clientOnly";
+export { default as clientOnly } from "./shared/clientOnly.js";
packages/start/src/server/routes.ts
@@ -1,7 +1,8 @@
import { createRouter } from "radix3";
// @ts-expect-error
3
import fileRoutes from "solid-start:routes";
4
-import { FetchEvent } from "./types";
+
5
+import { FetchEvent } from "./types.js";
6
7
interface Route {
8
path: string;
0 commit comments