mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-27 03:00:25 +08:00
🐛 Fix: confused port number auto increasing when opening a new PicGo app
This commit is contained in:
4
src/universal/types/types.d.ts
vendored
4
src/universal/types/types.d.ts
vendored
@@ -30,8 +30,8 @@ interface IServerCTX {
|
||||
}
|
||||
|
||||
interface IServerConfig {
|
||||
port: number
|
||||
host: string,
|
||||
port: number | string
|
||||
host: string
|
||||
enable: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user