Skip to content

Commit

Permalink
add polyfills
Browse files Browse the repository at this point in the history
sngmn451 committed Jul 24, 2024
1 parent bfbc3b0 commit dba5bab
Showing 3 changed files with 1,312 additions and 1 deletion.
2 changes: 2 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ import react from "@astrojs/react"
import { TanStackRouterVite } from "@tanstack/router-plugin/vite"
import tailwind from "@astrojs/tailwind"
import cloudflare from "@astrojs/cloudflare"
import vpc from "vite-plugin-cloudflare"

// https://astro.build/config
export default defineConfig({
@@ -23,6 +24,7 @@ export default defineConfig({
quoteStyle: "double",
semicolons: false,
}),
vpc({ scriptPath: "./worker/index.ts" }),
],
resolve: {
alias: {
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -64,6 +64,8 @@
"@types/node": "^20.14.11",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.23.0",
"tsx": "^4.16.2"
"esbuild": "^0.23.0",
"tsx": "^4.16.2",
"vite-plugin-cloudflare": "^0.4.1"
}
}
1,307 changes: 1,307 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit dba5bab

Please sign in to comment.