deploy: equitask — 2026-04-28 19:51:14

This commit is contained in:
deploy.py
2026-04-28 19:51:14 +02:00
commit 53532f7f59
47 changed files with 4093 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}