mango-cms 0.2.50 → 0.2.51

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.
@@ -25,7 +25,7 @@
25
25
  "dayjs": "^1.10.7",
26
26
  "express": "^4.18.1",
27
27
  "google-maps": "^4.3.3",
28
- "mango-cms": "^0.2.50",
28
+ "mango-cms": "^0.2.51",
29
29
  "mapbox-gl": "^2.7.0",
30
30
  "sweetalert2": "^11.4.0",
31
31
  "vite": "^6.2.2",
@@ -57,6 +57,7 @@ export default defineConfig({
57
57
  ],
58
58
  server: {
59
59
  host: '0.0.0.0',
60
+ allowedHosts: ['.mango'],
60
61
  // When running behind mango proxy, configure HMR to use the proxy domain
61
62
  // VITE_DEV_PROXY is set to api.{slug}.mango; derive frontend domain by stripping "api." prefix
62
63
  ...(process.env.VITE_DEV_PROXY?.startsWith('api.') ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mango-cms",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
4
4
  "main": "./index.js",
5
5
  "exports": {
6
6
  ".": "./index.js",