Skip to content

Commit

Permalink
Add cloudflare-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Apr 28, 2024
1 parent 3f264f3 commit d88f258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
"drizzle:generate": "drizzle-kit generate:sqlite",
"drizzle:migrate": "bun run server/db/migrate.ts",
"deploy": "bun run build && npx wrangler pages deploy dist/"
"deploy": "bun run build --preset=cloudflare-pages && npx wrangler pages deploy dist/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.556.0",
Expand Down

0 comments on commit d88f258

Please sign in to comment.