mirror of
https://github.com/coder/code-server.git
synced 2025-09-20 05:22:50 +08:00
Improve routing
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
export interface Application {
|
||||
readonly comment?: string
|
||||
readonly directory?: string
|
||||
readonly embedPath?: string
|
||||
readonly exec?: string
|
||||
readonly icon?: string
|
||||
readonly loaded?: boolean
|
||||
|
Reference in New Issue
Block a user