Nuxt Content's 3 SQLite not working inside docker.
I've used dockerized Nuxt App with Nuxt Content 2 with bun, but after migrating to Content 3 it stopped working inside docker.
Errors:
Errors:
export default defineNuxtConfig({
content: {
database: {
type: 'postgres',
url: process.env.POSTGRES_URL
}
}
})