refactor(server): better selfhost deployment (#9036)

This commit is contained in:
forehalo
2024-12-06 01:37:26 +00:00
parent f96f08dcec
commit 0a1fa8911f
24 changed files with 226 additions and 167 deletions

View File

@@ -8,6 +8,10 @@
"verbatimModuleSyntax": false,
"jsx": "react-jsx"
},
"references": [{ "path": "../core" }, { "path": "../graphql" }],
"references": [
{ "path": "../core" },
{ "path": "../graphql" },
{ "path": "../../common/infra" }
],
"exclude": ["dist"]
}