internal: move home server into internal flag

This commit is contained in:
Mo
2023-07-05 10:53:10 -05:00
parent d4db3e055c
commit c9c93d143a
16 changed files with 47 additions and 29 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ES2019",
"moduleResolution": "node",
"module": "es2020",
"types": ["node"],
"allowJs": true,
"noEmit": false,