mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04: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 },
|
||
|
});
|