Archived
1
0

Re-export express for plugins

This commit is contained in:
Asher
2021-01-13 16:26:11 -06:00
parent 5f1fab7d27
commit a8e928798b
5 changed files with 13 additions and 372 deletions

View File

@ -17,6 +17,7 @@ const originalLoad = require("module")._load
require("module")._load = function (request: string, parent: object, isMain: boolean): any {
if (request === "code-server") {
return {
express,
field,
}
}