chore: starter template

This commit is contained in:
e2e
2026-07-10 22:47:11 +02:00
commit 03a7323017
157 changed files with 6462 additions and 0 deletions

3
db/sqlite-seed.sql Normal file
View File

@@ -0,0 +1,3 @@
-- Dev seed (applied via `pikku db seed` after `pikku db migrate`).
-- The starter is auth-only, so there's nothing to seed yet. Add your own
-- INSERT … ON CONFLICT DO NOTHING rows here as you grow the schema.