new server setup

This commit is contained in:
2026-04-01 15:46:28 +00:00
parent fdd30692f1
commit c96cde7b7b
8 changed files with 126 additions and 4 deletions

View File

@@ -18,5 +18,5 @@
}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "server"]
}