chore: UPDATE

This commit is contained in:
草鞋没号 2021-11-08 19:59:33 +08:00
parent 5612940fbc
commit 70f880abca
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -84,3 +84,5 @@ dist
**/.tmp **/.tmp
release release
.DS_Store .DS_Store
dist-ssr
*.local

1
types.d.ts vendored
View File

@ -5,6 +5,5 @@ declare namespace NodeJS {
readonly PORT: string readonly PORT: string
readonly HOST: string readonly HOST: string
readonly PORT: number readonly PORT: number
readonly PORT_WS: number
} }
} }