Almost hostable from monorepo

This commit is contained in:
2025-09-12 17:21:38 -05:00
parent b1eae564be
commit 4d81e1f8e6
3 changed files with 13 additions and 8 deletions

View File

@@ -21,7 +21,8 @@
"plugins": [{ "name": "next" }],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"~/*": ["../../packages/backend/*"]
}
},
"include": [