1 Star 0 Fork 3

apollo_wuhan / code-server

forked from NCR / code-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Once our entry file is loaded we no longer need nbin to bypass normal Node
// execution. We can still shim the fs into the binary even when bypassing. This
// will ensure for example that a spawn like `${process.argv[0]} -e` will work
// while still allowing us to access files within the binary.
process.env.NBIN_BYPASS = true;
require("../../bootstrap-amd").load("vs/server/src/node/cli");
1
https://gitee.com/apollo-from-wuhan_admin_admin/code-server.git
git@gitee.com:apollo-from-wuhan_admin_admin/code-server.git
apollo-from-wuhan_admin_admin
code-server
code-server
master

搜索帮助