Qopy/nuxt.config.ts
PandaDEV d0b551b3fd
Revert "style: formatting"
This reverts commit f2f554074b.
2024-11-23 15:09:16 +10:00

15 lines
306 B
TypeScript

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: false },
compatibilityDate: "2024-07-04",
ssr: false,
vite: {
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler",
},
},
},
},
});