We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc79266 commit ce58c22Copy full SHA for ce58c22
src/features/database.ts
@@ -94,6 +94,7 @@ export async function setupDatabase(nuxt: Nuxt, hub: HubConfig) {
94
dataDir: join(hub.dir!, 'database/pglite')
95
}
96
97
+ await mkdir(join(hub.dir!, 'database/pglite'), { recursive: true })
98
99
} else if (dialect === 'sqlite') {
100
logWhenReady(nuxt, '`hubDatabase()` configured with `SQLite` during local development')
0 commit comments