import { db } from 'astro:db';
// https://astro.build/db/seed
export default async function seed() {
// TODO
}
Powered by TurnKey Linux.