build: 9b712b37-afab-4b8f-a695-2ceae4868921

This commit is contained in:
AppCakes
2026-06-11 07:51:59 +00:00
commit 068b82acfc
97 changed files with 9267 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}