feat: switching to nuxt because i have a new idea

This commit is contained in:
Pihkaal
2024-10-17 18:31:45 +02:00
parent f659c72176
commit 6d4abf757e
13 changed files with 10746 additions and 129 deletions

6
nuxt.config.ts Normal file
View File

@@ -0,0 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: "2024-04-03",
devtools: { enabled: true },
modules: ["@nuxt/eslint"],
});