mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
6 lines
No EOL
171 B
TypeScript
6 lines
No EOL
171 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
devtools: { enabled: false },
|
|
compatibilityDate: "2024-07-04",
|
|
ssr: false
|
|
}) |