odanado / oss.odan.dev

https://oss.odan.dev
1 stars 0 forks source link

Cloudflare で動かすメモ #4

Open odanado opened 2 months ago

odanado commented 2 months ago

https://github.com/remix-run/remix/tree/main/templates/cloudflare

テンプレートがある 最初からこっちで開始すればよかった

odanado commented 2 months ago

解説 Remix を Cloudflare Pages にデプロイするまでやってみる | stin's Blog

odanado commented 2 months ago

ドキュメント https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/

けど template のコードを読むほうがわかりやすい

odanado commented 2 months ago

Cloudflare 側の Remix テンプレート https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates/remix/templates

しかし実態は Remix のリポジトリのテンプレートを clone しているだけ

odanado commented 2 months ago

環境変数の取り回し方がわからない https://developers.cloudflare.com/workers/configuration/environment-variables/

odanado commented 2 months ago

最近書かれた解説 Remixで作ったWebサイトをCloudflare Pagesの環境で動かす (1/2)|CodeZine(コードジン)

odanado commented 2 months ago

動いたけど開発時の HMR どうするんだろこれ

odanado commented 2 months ago
    "dev": "remix vite:dev",
    "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
    "start": "wrangler pages dev ./build/client",

なので大丈夫そう

odanado commented 2 months ago
 2024-09-08 15 16 09

キャッシュが必要