adds --remote to build command
This commit is contained in:
5
website/db/config.ts
Normal file
5
website/db/config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineDb } from "astro:db";
|
||||
|
||||
export default defineDb({
|
||||
tables: {},
|
||||
});
|
||||
3
website/db/seed.ts
Normal file
3
website/db/seed.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { db } from "astro:db";
|
||||
|
||||
export default async function seed() {}
|
||||
Reference in New Issue
Block a user