Comparing version 0.32.3 to 0.33.0
@@ -121,3 +121,3 @@ "use strict"; | ||
const prj = yield resolveProject(opts, !!opts.watch); | ||
const port = parseInt(opts.port) || 7000; | ||
const port = parseInt(opts.port) || 7001; | ||
msg(`simulator web server at http://127.0.0.1:${port}`); | ||
@@ -762,3 +762,3 @@ (0, simserver_1.startSimServer)(prj.editor, port); | ||
.option("--no-watch", "do not watch source files") | ||
.option("-p, --port <number>", "port to listen at, default to 7000") | ||
.option("-p, --port <number>", "port to listen at, default to 7001") | ||
.option("-u, --update", "check for web-app updates") | ||
@@ -765,0 +765,0 @@ .option("-c, --config-path <file>", 'set configuration file path (default: "mkc.json")') |
@@ -21,3 +21,3 @@ "use strict"; | ||
}; | ||
function startSimServer(ed, port = 7000) { | ||
function startSimServer(ed, port = 7001) { | ||
http.createServer((request, response) => __awaiter(this, void 0, void 0, function* () { | ||
@@ -24,0 +24,0 @@ let path = request.url; |
{ | ||
"name": "makecode", | ||
"version": "0.32.3", | ||
"version": "0.33.0", | ||
"description": "MakeCode (PXT) - web-cached build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -120,3 +120,3 @@ # MKC - command line tool for MakeCode editors | ||
Use `mkc serve` to start a watch-build and localhost server with simulator. | ||
Defaults to http://127.0.0.1:7000 | ||
Defaults to http://127.0.0.1:7001 | ||
@@ -123,0 +123,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package