This commit is contained in:
2026-01-12 11:32:56 +13:00
parent 2655a16a12
commit 8f9733d2b2
5 changed files with 425 additions and 11 deletions

6
db/seed.ts Normal file
View File

@@ -0,0 +1,6 @@
import { db } from 'astro:db';
// https://astro.build/db/seed
export default async function seed() {
// TODO
}