@forgecart/cli 2.202607240817.0 → 2.202608041455.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
|
@@ -17,9 +17,11 @@ const nextConfig = {
|
|
|
17
17
|
// explicitly. Dev-only — `next start` (deployed storefronts) ignores it.
|
|
18
18
|
allowedDevOrigins: [
|
|
19
19
|
'*.vm.forgecart.com', // `pnpm vm` Cloudflare-tunnel dashboards
|
|
20
|
-
'*.dev.forgecart.dev', // dev
|
|
20
|
+
'*.dev.forgecart.dev', // dev dashboard + dev preview subdomains
|
|
21
21
|
'*.forgecart.dev', // single-label deployed preview hosts
|
|
22
22
|
'*.preview.forgecart.dev', // two-label prod preview host (`*.forgecart.dev` can't match it)
|
|
23
|
+
'*.preview.test.forgecart.com', // test-env preview subdomains (plain-http zone; .dev is HSTS-preloaded)
|
|
24
|
+
'dashboard.test.forgecart.com', // test dashboard origin that embeds the editor
|
|
23
25
|
'dashboard.forgecart.com', // prod dashboard origin that embeds the editor
|
|
24
26
|
],
|
|
25
27
|
experimental: {
|