plugin: Fixes for CI
This commit is contained in:
@ -12,6 +12,6 @@ export function router(papi: PluginAPI): express.Router {
|
||||
router.get("/", async (req, res) => {
|
||||
res.json(await papi.applications())
|
||||
})
|
||||
|
||||
|
||||
return router
|
||||
}
|
||||
|
@ -16,6 +16,7 @@ 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 health from "./health"
|
||||
import * as login from "./login"
|
||||
import * as proxy from "./pathProxy"
|
||||
@ -23,7 +24,6 @@ import * as proxy from "./pathProxy"
|
||||
import * as _static from "./static"
|
||||
import * as update from "./update"
|
||||
import * as vscode from "./vscode"
|
||||
import * as apps from "./apps"
|
||||
|
||||
declare global {
|
||||
// eslint-disable-next-line @typescript-eslint/no-namespace
|
||||
|
Reference in New Issue
Block a user