flargd icon indicating copy to clipboard operation
flargd copied to clipboard

Migrate Admin UI from Worker Sites to Cloudflare Pages

Open pmbanugo opened this issue 1 year ago • 0 comments

The Admin UI is built on Remix and uses the Cloudflare Workers configuration. Upgrade the project to be deployable to Cloudflare Pages.

These are the approaches I can think of right now:

  1. Create a new pages project using the Remix CLI and moves the necessary files and configurations.
  2. Upgrade to Remix 1.13 and use the new Remix configuration settings to make this work. This would also require updating the wrangler.toml file.
    • See the Worker Sites Migration page for more info.
    • See Remix's 1.13 release note for more info on fine-tuning your server build. There is also built-in TailwindCSS support, and we could make use of that.

pmbanugo avatar Feb 15 '23 18:02 pmbanugo