Add build scripts

This commit is contained in:
Asher
2019-07-02 19:10:17 -05:00
parent 61c281ec6b
commit 5677ff2edf
11 changed files with 374 additions and 88 deletions

10
main.js
View File

@ -1 +1,11 @@
try {
const nbin = require("nbin");
const path = require("path");
const rootPath = path.resolve(__dirname, "../../..");
console.log("Shimming", rootPath);
nbin.shimNativeFs(rootPath);
} catch (error) {
console.log("Not in the binary");
}
require("../../bootstrap-amd").load("vs/server/cli");