configure local dev api endpoint

This commit is contained in:
dirtydishes 2026-06-13 03:39:37 -04:00
parent 69058b8ceb
commit 4446b228d7
5 changed files with 506 additions and 4 deletions

View file

@ -25,5 +25,5 @@ This workspace packages a thin Electron shell around the hosted Islandflow app.
## Development Notes
- `ISLANDFLOW_DESKTOP_START_URL` controls which trusted app URL Electron loads. Prefer `/options` for deep links; `/tape` remains supported and redirects in the web app for compatibility.
- `NEXT_PUBLIC_API_URL` remains a web-app setting and should typically be `https://flow.deltaisland.io` when developing the local UI inside Electron.
- `NEXT_PUBLIC_API_URL` remains a web-app setting and should typically be `https://api.flow.deltaisland.io` when developing the local UI inside Electron.
- `assets/` currently contains placeholders only; a real `.icns` icon is deferred.