Null
Null
Explore posts from servers
NNuxt
Created by Null on 7/12/2024 in #❓・help
Hot Reloading (Docker + WSL + Bun + NuxtJS)
already added this in my nuxt.config.ts
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
srcDir: "src",
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
nitro: {
devServer: {
watch: ['./src']
}
},
})
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
srcDir: "src",
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
nitro: {
devServer: {
watch: ['./src']
}
},
})
2 replies