2025-01-19 10:02:08 +08:00
|
|
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
|
export default defineNuxtConfig({
|
|
|
|
compatibilityDate: '2024-11-01',
|
2025-01-21 19:18:28 +08:00
|
|
|
devtools: { enabled: true },
|
|
|
|
plugins: ['~/plugins/api-host.js']
|
2025-01-19 10:02:08 +08:00
|
|
|
})
|