0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
This commit is contained in:
Matthew Phillips 2024-01-31 12:52:08 -05:00
parent 396a7205ed
commit e0545d0cf3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
"version": "0.1.19",
"version": "0.1.20",
"description": "",
"license": "MIT",
"type": "module",

View file

@ -59,7 +59,7 @@ function astroDBIntegration(): AstroIntegration {
const db = await createLocalDatabaseClient({
collections,
dbUrl: dbUrl.href,
dbUrl: dbUrl.toString(),
seeding: true,
});
await setupDbTables({