# Port the dev API server listens on. PORT=5555 # Path to the SvelteKit UI's SQLite DB. The API reads this directly # during bootstrap so keys created in the UI work immediately in the API. # Temporary — replaced when the API moves to Neon/Postgres. Relative to # web/api/ when running `pnpm dev`. DATABASE_PATH=../ui/data/dashboard.db