2025-06-18 15:59:25 +08:00
|
|
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
|
export default defineNuxtConfig({
|
|
|
|
compatibilityDate: '2024-04-03',
|
|
|
|
devtools: { enabled: true },
|
|
|
|
modules: [
|
|
|
|
'@nuxtjs/tailwindcss'
|
2025-06-18 16:15:49 +08:00
|
|
|
],
|
|
|
|
runtimeConfig: {
|
|
|
|
adminPassword: '', // NUXT_ADMIN_PASSWORD
|
|
|
|
}
|
2025-06-18 15:59:25 +08:00
|
|
|
})
|