@everfir/az8-cli 0.1.0 → 0.1.1
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/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -7473,7 +7473,7 @@ async function inspectProjectCanvas(reader, projectId) {
|
|
|
7473
7473
|
var DEFAULT_ENV_FILE = ".env.local";
|
|
7474
7474
|
var DEFAULT_ENVIRONMENT = "production";
|
|
7475
7475
|
var ENVIRONMENT_BACKEND_URLS = {
|
|
7476
|
-
production: "https://az8.
|
|
7476
|
+
production: "https://studio.az8.art/api/backend",
|
|
7477
7477
|
test: "https://studio.az8.studio/api/backend"
|
|
7478
7478
|
};
|
|
7479
7479
|
async function runAz8Cli(argv, dependencies = {}) {
|