@webhikers/cli 1.1.16 → 1.1.17

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.16",
3
+ "version": "1.1.17",
4
4
  "description": "CLI for creating and deploying webhikers projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -166,7 +166,7 @@ export async function createCommand(name) {
166
166
  docker_compose_domains: [
167
167
  { name: "app", domain: `https://${domain}` },
168
168
  ],
169
- instant_deploy: false,
169
+ instant_deploy: true,
170
170
  });
171
171
  const appUuid = app.uuid;
172
172