@smi-digital/create-smi-app 2.7.6 → 2.8.0

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": "@smi-digital/create-smi-app",
3
- "version": "2.7.6",
3
+ "version": "2.8.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -13,6 +13,9 @@ jobs:
13
13
  project_domain: __PROJECT_DOMAIN__
14
14
  backend_domain: __BACKEND_DOMAIN__
15
15
  app_name: __APP_NAME__
16
+ # Optional: 301-redirect extra domains to project_domain (space-separated).
17
+ # Each must have DNS pointing at the server so Traefik can issue its cert.
18
+ # redirect_domains: "old-domain.com www.old-domain.com"
16
19
  secrets:
17
20
  # Per-repo secrets (Settings → Secrets and variables → Actions).
18
21
  # WEBSERVER_SSH_KEY and ZOT_PASSWORD are shared across all projects;
@@ -29,12 +29,6 @@
29
29
  "default": "my-new-client",
30
30
  "required": true,
31
31
  "validate": "slug"
32
- },
33
- {
34
- "key": "include_www",
35
- "message": "Include www domain?",
36
- "type": "confirm",
37
- "default": false
38
32
  }
39
33
  ]
40
34
  },