- just dev now uses wrangler dev --ip 0.0.0.0 --port 8787
- just dev-ui uses vite --host 0.0.0.0
- just import-links [file] to import SQL into local D1
- 298 links from GoLinks export included in imports/links-import.sql
- POST /api/auth/dev-login creates/finds user, promotes to admin, sets session cookie
- POST /api/auth/dev-logout clears session cookie
- Dev login page at #/dev-login in the SPA
- Fix: getSessionCookieAttributes omits Secure over HTTP (local dev fix)
- Guarded: only works when PUBLIC_HOST=localhost, returns 403 otherwise
- Justfile: dev-admin and dev-logout commands
- README: local admin login instructions
- justfile with recipes for: build, dev, test, migrate, db helpers,
deploy (dev/prod), terraform infra, and smoke test
- README rewritten with quick start, command tables, and first-time
local setup guide
- All commands verified working locally