feat: initial commit

This commit is contained in:
Pihkaal
2024-09-28 20:47:09 +02:00
commit b2b4ebc0f1
12 changed files with 10742 additions and 0 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"],
});