cleanup: Remove old mock server-related files and Drizzle ORM configuration

This commit is contained in:
Yiannis Christodoulou
2025-06-04 15:25:09 +03:00
parent 039e593e8e
commit 11d57a1215
12 changed files with 423 additions and 1139 deletions
@@ -13,7 +13,6 @@ export default defineConfig({
resolve: {
alias: {
"@": path.resolve(__dirname, "client", "src"),
"@shared": path.resolve(__dirname, "shared"),
},
},
root: path.resolve(__dirname, "client"),