feat: add fate vite integration

This commit is contained in:
Aarnav Tale
2026-05-16 20:37:57 -04:00
parent 04ff2138d2
commit ad7e58570f
8 changed files with 107 additions and 14 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
{
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
"include": [
"**/*",
"**/.server/**/*",
"**/.client/**/*",
".fate/**/*",
".react-router/types/**/*"
],
"exclude": ["docs"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2023"],