1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-22 06:39:37 +02:00
it-tools/packages/app/nuxt.config.ts

6 lines
159 B
TypeScript
Raw Normal View History

2024-10-24 14:40:54 +02:00
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
});