Skip to content

Commit a6b1838

Browse files
committed
chore(demo): add main.ts entrypoint shim
1 parent f44ba7b commit a6b1838

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Deno Deploy entrypoint shim.
2+
// Some deploy pipelines prefer `main.ts` as the entrypoint; keep the JSX app in `main.tsx`.
3+
import "./main.tsx";

0 commit comments

Comments
 (0)