Skip to content

Commit bffbc81

Browse files
committed
fix: temp solution
1 parent c04c9a0 commit bffbc81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)