Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: build
  • Loading branch information
hi-ogawa committed Apr 7, 2024
commit cfcfbb713a704afbbb008bcff98b8f60e88fa0da
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pnpm build
pnpm preview

# deploy cloudflare workers
npm i -D wrangler
pnpm i -D wrangler
pnpm cf-build
pnpm cf-preview
pnpm cf-release
Expand Down
2 changes: 1 addition & 1 deletion misc/cloudflare-workers/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "react-server-starter"
name = "react-server-demo-remix-tutorial"

main = "dist/server/index.js"
assets = "dist/client"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.20.2",
"prettier": "^3.2.5",
"typescript": "^5.4.4",
"vite": "latest"
Expand Down
14 changes: 9 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.