mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-22 06:39:37 +02:00
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||
|
export default defineNuxtConfig({
|
||
|
compatibilityDate: '2024-04-03',
|
||
|
devtools: { enabled: true },
|
||
|
});
|