add server references in web apps

This commit is contained in:
Aman Varshney
2025-05-11 09:17:20 +05:30
parent 1192c2ccb2
commit 2b8eb622f5
11 changed files with 43 additions and 11 deletions

View File

@@ -24,5 +24,8 @@
"paths": {
"@/*": ["./src/*"]
}
}
},
"references": [{
"path": "../server"
}]
}