mirror of
https://github.com/coder/code-server.git
synced 2026-05-14 00:07:27 +02:00
Add version format flag
This commit is contained in:
@@ -16,6 +16,10 @@ export enum AuthType {
|
||||
Password = "password",
|
||||
}
|
||||
|
||||
export enum FormatType {
|
||||
Json = "json",
|
||||
}
|
||||
|
||||
export const tmpdir = path.join(os.tmpdir(), "code-server");
|
||||
|
||||
export const generateCertificate = async (): Promise<{ cert: string, certKey: string }> => {
|
||||
|
||||
Reference in New Issue
Block a user