create-quadrokit 0.2.7 → 0.2.9
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 +1 -1
- package/package.json +1 -1
- package/template-common/.env.example +1 -1
package/dist/index.mjs
CHANGED
|
@@ -354,7 +354,7 @@ Created with **create-quadrokit** (template: \`${template}\`).
|
|
|
354
354
|
|
|
355
355
|
Same as \`quadrokit-client generate\`. One-off (no local install): \`bunx -p @quadrokit/client quadrokit-client generate\` (or \`bunx quadrokit-client generate\`).
|
|
356
356
|
|
|
357
|
-
Default catalog URL: \`\${VITE_4D_ORIGIN}/rest/\\$catalog\`, or \`http://127.0.0.1:7080/rest/\\$catalog\` if unset. Generator-only \`.env\` keys (not used by the browser):
|
|
357
|
+
Default catalog URL: \`\${VITE_4D_ORIGIN}/rest/\\$catalog/\\$all\`, or \`http://127.0.0.1:7080/rest/\\$catalog/\\$all\` if unset (plain \`/rest/\\$catalog\` omits attributes — use \`/\\$all\`). Generator-only \`.env\` keys (not used by the browser):
|
|
358
358
|
|
|
359
359
|
- \`QUADROKIT_ACCESS_KEY\` — multipart \`accessKey\` to \`/api/login\`; then \`4DAdminSID\` for the catalog request.
|
|
360
360
|
- \`QUADROKIT_LOGIN_URL\` — full login URL if not \`\${catalog origin}/api/login\`.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Origin of your 4D web server (REST). The Vite dev server proxies /rest here.
|
|
2
2
|
VITE_4D_ORIGIN=http://127.0.0.1:7080
|
|
3
3
|
|
|
4
|
-
# Generator only (quadrokit:generate): multipart accessKey → 4DAdminSID cookie for fetching /rest/$catalog.
|
|
4
|
+
# Generator only (quadrokit:generate): multipart accessKey → 4DAdminSID cookie for fetching /rest/$catalog/$all.
|
|
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
|