mirror of https://git.tuxpa.in/a/code-server.git
Fix formatting
This commit is contained in:
parent
277211c4ce
commit
fe399ff0fe
|
@ -15,8 +15,8 @@ import { replaceTemplates } from "../http"
|
|||
import { PluginAPI } from "../plugin"
|
||||
import { getMediaMime, paths } from "../util"
|
||||
import { WebsocketRequest } from "../wsRouter"
|
||||
import * as domainProxy from "./domainProxy"
|
||||
import * as apps from "./apps"
|
||||
import * as domainProxy from "./domainProxy"
|
||||
import * as health from "./health"
|
||||
import * as login from "./login"
|
||||
import * as proxy from "./pathProxy"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
import { logger } from "@coder/logger"
|
||||
import * as express from "express"
|
||||
import * as fs from "fs"
|
||||
import { describe } from "mocha"
|
||||
import * as path from "path"
|
||||
import { PluginAPI } from "../src/node/plugin"
|
||||
import * as supertest from "supertest"
|
||||
import * as express from "express"
|
||||
import { PluginAPI } from "../src/node/plugin"
|
||||
import * as apps from "../src/node/routes/apps"
|
||||
import * as fs from "fs"
|
||||
const fsp = fs.promises
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue