mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
move install-server
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
|
||||
"strict-initialization-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictPropertyInitialization",
|
||||
"web": "node resources/server/bin-dev/code-web.js --port 9888",
|
||||
"web-selfhost": "node resources/server/bin-dev/code-web.js --port 9777 --selfhost",
|
||||
"install-server": "node build/npm/install-server.js"
|
||||
"web-selfhost": "node resources/server/bin-dev/code-web.js --port 9777 --selfhost"
|
||||
},
|
||||
"dependencies": {
|
||||
"applicationinsights": "1.0.8",
|
||||
|
||||
Reference in New Issue
Block a user