Skip to content

Commit

Permalink
feat: configure wrangler and Cloudflare proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bnleft committed Oct 31, 2024
1 parent 1489ab0 commit e5e669a
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 6 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "remix vite:build",
"check": "tsc && biome check --write",
"dev": "remix vite:dev",
"start": "remix-serve ./build/server/index.js"
"start": "wrangler pages dev ./build/client"
},
"dependencies": {
"@remix-run/cloudflare-pages": "2.13.1",
Expand All @@ -29,7 +29,8 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0"
"vite": "^5.1.0",
"wrangler": "3.84.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit e5e669a

Please sign in to comment.