fix: target named login action

Point the login form at the explicit named action used by the server route.

Remove the stale production preview command from the README deployment notes.
This commit is contained in:
2026-06-06 14:13:51 +01:00
parent 5be93c65ea
commit bf5a1ad5b5
3 changed files with 2 additions and 7 deletions
-5
View File
@@ -142,10 +142,5 @@ pnpm build
pnpm wrangler deploy
```
Preview the built Worker locally:
```sh
pnpm preview
```
Create the first production admin by opening `/login` after migrations have run. The setup form is only shown while the Better Auth `user` table is empty.