@localstack/appinspector-ui 1.0.97 → 1.0.98
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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ npm install @localstack/appinspector-ui
|
|
|
15
15
|
Start LocalStack with the following configuration:
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
|
|
18
|
+
APP_INSPECTOR=1 EXTRA_CORS_ALLOWED_ORIGINS=* localstack start
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
> [!NOTE]
|
package/dist/index.cjs
CHANGED
|
@@ -15370,7 +15370,7 @@ var StatusMessage = ({
|
|
|
15370
15370
|
fontSize: "0.875rem",
|
|
15371
15371
|
p: 1
|
|
15372
15372
|
},
|
|
15373
|
-
children: "
|
|
15373
|
+
children: "LOCALSTACK_APP_INSPECTOR=1 localstack start"
|
|
15374
15374
|
}
|
|
15375
15375
|
),
|
|
15376
15376
|
/* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(import_material8.Box, { sx: { display: "flex", gap: 1, mt: 2 }, children: [
|