We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3039d26 commit d532f7bCopy full SHA for d532f7b
packages/start/src/server/server-fns-runtime.ts
@@ -1,6 +1,6 @@
1
import { getRequestEvent } from "solid-js/web";
2
import { provideRequestEvent } from "solid-js/web/storage";
3
-import { registerServerFunction } from "./server-fns";
+import { registerServerFunction } from "./server-fns.ts";
4
5
interface Registration<T extends any[], R> {
6
id: string;
0 commit comments