feat: optimize framework & support depends check

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-10-13 09:24:58 +08:00
parent 47c85f70eb
commit e02f673c82
16 changed files with 173 additions and 128 deletions

3
packages/api/src/web.ts Normal file
View File

@@ -0,0 +1,3 @@
export namespace web {
export const Server = Symbol('Server')
}