@webhikers/cli 1.1.25 → 1.1.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webhikers/cli",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "CLI for creating and deploying webhikers projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -162,7 +162,7 @@ export async function createCommand(name) {
162
162
  docker_compose_domains: [
163
163
  { name: "app", domain: `https://${domain}` },
164
164
  ],
165
- instant_deploy: true,
165
+ instant_deploy: false,
166
166
  });
167
167
  const appUuid = app.uuid;
168
168