Explorar o código

🔧 chore(mini): 移除对 server 包的引用依赖

- 删除 tsconfig.json 中的 `references` 配置项,不再依赖 `../packages/server` 包
yourname hai 1 mes
pai
achega
38e6380979
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      mini/tsconfig.json

+ 0 - 3
mini/tsconfig.json

@@ -30,8 +30,5 @@
     "node_modules",
     "dist"
   ],
-  "references": [
-    { "path": "../packages/server" }
-  ],
   "compileOnSave": false
 }