mirror of
https://github.com/NicholaiVogel/dashore-incubator.git
synced 2026-03-30 22:38:56 +00:00
- add D1 database with drizzle ORM for wishlist data - create wishlist items, votes, and comments tables - implement server actions for CRUD, voting, comments - add wishlist page with auth protection - create components: stats, filters, item cards, add dialog, detail drawer - add optimistic updates for voting - update sidebar navigation with Infrastructure Wishlist link - configure middleware to use WORKOS_REDIRECT_URI env var for local dev
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
WORKOS_API_KEY=
|
|
WORKOS_CLIENT_ID=
|
|
WORKOS_COOKIE_PASSWORD=
|
|
WORKOD_REDIRECT_URL=http://localhost:3000/api/auth/callback
|