chore: add prettier and format

This commit is contained in:
2025-11-09 17:25:09 +01:00
parent 29c05de6ec
commit 5da56fd83b
8 changed files with 4059 additions and 2050 deletions

View File

@@ -1,5 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true }
})
compatibilityDate: "2025-07-15",
devtools: { enabled: true },
});