We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c9a0 commit bffbc81Copy full SHA for bffbc81
main.ts
@@ -0,0 +1,4 @@
1
+// Re-export from main.tsx for Fresh build compatibility
2
+// The Fresh build process generates _fresh/server.js that imports from main.ts
3
+export * from "./main.tsx";
4
+export { app } from "./main.tsx";
0 commit comments