Skip to content

Commit

Permalink
fix: correct to build remix.ts (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Sep 23, 2024
1 parent 088e789 commit 38de082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from 'tsup'

export default defineConfig({
entry: ['src/vite-plugin.ts', 'src/dev.ts', 'src/cloudflare-pages.ts'],
entry: ['src/vite-plugin.ts', 'src/dev.ts', 'src/cloudflare-pages.ts', 'src/remix.ts'],
external: ['../server', 'virtual:remix/server-build', 'hono', '@remix-run/cloudflare', 'vite'],
format: 'esm',
splitting: false,
dts: true,
})

0 comments on commit 38de082

Please sign in to comment.