@wix/create-app 0.0.189 → 0.0.191
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/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -52046,7 +52046,7 @@ function getErrorComponent(code, cause) {
|
|
|
52046
52046
|
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "Failed to generate a self-signed certificate for development." });
|
|
52047
52047
|
},
|
|
52048
52048
|
NonInteractiveTerminal: () => {
|
|
52049
|
-
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "This command is not supported in non-interactive terminals.
|
|
52049
|
+
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "This command is not supported in non-interactive terminals. Run with --help to see flags for non-interactive usage, or use an interactive terminal (TTY)." });
|
|
52050
52050
|
},
|
|
52051
52051
|
FailedToResolveViteOrigin: () => {
|
|
52052
52052
|
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "Failed to resolve the base url for CSS asset urls" });
|
|
@@ -57693,7 +57693,7 @@ function reportCommandStartEvent({
|
|
|
57693
57693
|
var package_default = {
|
|
57694
57694
|
name: "@wix/create-app",
|
|
57695
57695
|
description: "Create Wix apps",
|
|
57696
|
-
version: "0.0.
|
|
57696
|
+
version: "0.0.191",
|
|
57697
57697
|
author: "Ihor Machuzhak",
|
|
57698
57698
|
bin: "bin/index.cjs",
|
|
57699
57699
|
devDependencies: {
|