create-quadrokit 0.2.4 → 0.2.5

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/index.mjs CHANGED
@@ -348,8 +348,9 @@ Created with **create-quadrokit** (template: \`${template}\`).
348
348
 
349
349
  - \`QUADROKIT_ACCESS_KEY\` — multipart \`accessKey\` to \`/api/login\`; then \`4DAdminSID\` for the catalog request.
350
350
  - \`QUADROKIT_LOGIN_URL\` — full login URL if not \`\${catalog origin}/api/login\`.
351
+ - \`QUADROKIT_GENERATE_VERBOSE\` / \`QUADROKIT_INSECURE_TLS\` — \`1\` / \`true\` / \`yes\` for chatty logs or self-signed HTTPS (dev only).
351
352
 
352
- Flags: \`--url\`, \`--access-key\`, \`--login-url\`, \`--token\` / \`QUADROKIT_CATALOG_TOKEN\` (Bearer).
353
+ Flags: \`--url\`, \`--access-key\`, \`--login-url\`, \`--token\` / \`QUADROKIT_CATALOG_TOKEN\` (Bearer), \`-v\` / \`--verbose\`, \`--insecure-tls\`.
353
354
 
354
355
  4. \`bun run dev\` — the dev server proxies \`/rest\` to \`VITE_4D_ORIGIN\` so **4DSID_** cookies stay same-origin.
355
356
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quadrokit",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Scaffold a QuadroKit Vite + React app from a template",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.mjs",
@@ -5,3 +5,5 @@ VITE_4D_ORIGIN=http://127.0.0.1:7080
5
5
  # Not used by the browser runtime.
6
6
  # QUADROKIT_ACCESS_KEY=
7
7
  # QUADROKIT_LOGIN_URL=https://127.0.0.1:7443/api/login
8
+ # QUADROKIT_GENERATE_VERBOSE=1
9
+ # QUADROKIT_INSECURE_TLS=1
@@ -5,3 +5,5 @@ VITE_4D_ORIGIN=http://127.0.0.1:7080
5
5
  # Not used by the browser runtime.
6
6
  # QUADROKIT_ACCESS_KEY=
7
7
  # QUADROKIT_LOGIN_URL=https://127.0.0.1:7443/api/login
8
+ # QUADROKIT_GENERATE_VERBOSE=1
9
+ # QUADROKIT_INSECURE_TLS=1
@@ -5,3 +5,5 @@ VITE_4D_ORIGIN=http://127.0.0.1:7080
5
5
  # Not used by the browser runtime.
6
6
  # QUADROKIT_ACCESS_KEY=
7
7
  # QUADROKIT_LOGIN_URL=https://127.0.0.1:7443/api/login
8
+ # QUADROKIT_GENERATE_VERBOSE=1
9
+ # QUADROKIT_INSECURE_TLS=1
@@ -5,3 +5,5 @@ VITE_4D_ORIGIN=http://127.0.0.1:7080
5
5
  # Not used by the browser runtime.
6
6
  # QUADROKIT_ACCESS_KEY=
7
7
  # QUADROKIT_LOGIN_URL=https://127.0.0.1:7443/api/login
8
+ # QUADROKIT_GENERATE_VERBOSE=1
9
+ # QUADROKIT_INSECURE_TLS=1
@@ -5,3 +5,5 @@ VITE_4D_ORIGIN=http://127.0.0.1:7080
5
5
  # Not used by the browser runtime.
6
6
  # QUADROKIT_ACCESS_KEY=
7
7
  # QUADROKIT_LOGIN_URL=https://127.0.0.1:7443/api/login
8
+ # QUADROKIT_GENERATE_VERBOSE=1
9
+ # QUADROKIT_INSECURE_TLS=1