Initial commit

This commit is contained in:
tofu
2026-03-02 23:49:35 +05:00
commit 72b94fc682
42 changed files with 793 additions and 0 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
# This is checked into source control, so put sensitive values into `.env.local`
DATABASE_URL=sqlite://db/development.sqlite3