mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
0.1.20
This commit is contained in:
parent
396a7205ed
commit
e0545d0cf3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/db",
|
"name": "@astrojs/db",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -59,7 +59,7 @@ function astroDBIntegration(): AstroIntegration {
|
||||||
|
|
||||||
const db = await createLocalDatabaseClient({
|
const db = await createLocalDatabaseClient({
|
||||||
collections,
|
collections,
|
||||||
dbUrl: dbUrl.href,
|
dbUrl: dbUrl.toString(),
|
||||||
seeding: true,
|
seeding: true,
|
||||||
});
|
});
|
||||||
await setupDbTables({
|
await setupDbTables({
|
||||||
|
|
Loading…
Add table
Reference in a new issue