Add version format flag

This commit is contained in:
Asher
2019-09-04 16:57:23 -05:00
parent a26844ea45
commit 9d8906d250
2 changed files with 16 additions and 2 deletions

View File

@@ -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 }> => {