edgeone 1.0.14-beta.2 → 1.0.14-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edgeone-dist/cli.js +1 -2
- package/package.json +1 -1
package/edgeone-dist/cli.js
CHANGED
|
@@ -102539,7 +102539,7 @@ var yargs_default = Yargs;
|
|
|
102539
102539
|
// package.json
|
|
102540
102540
|
var package_default = {
|
|
102541
102541
|
name: "edgeone",
|
|
102542
|
-
version: "1.0.14-beta.
|
|
102542
|
+
version: "1.0.14-beta.2",
|
|
102543
102543
|
description: "Command-line interface for TencentCloud Pages Functions",
|
|
102544
102544
|
bin: {
|
|
102545
102545
|
edgeone: "./edgeone-bin/edgeone.js"
|
|
@@ -114256,7 +114256,6 @@ async function PagesDevServer(devConfig) {
|
|
|
114256
114256
|
});
|
|
114257
114257
|
handleLog(WsLogUrl);
|
|
114258
114258
|
const corsPath = devConfig.fePort ? `http://localhost:${devConfig.fePort}` : "*";
|
|
114259
|
-
console.log("front end port", devConfig.fePort, corsPath);
|
|
114260
114259
|
const proxy = import_http_proxy.default.createProxyServer();
|
|
114261
114260
|
server.on("request", (req, res) => {
|
|
114262
114261
|
if (!favicon && req.url.startsWith("/favicon")) {
|