zova-ui-empty 5.0.227 → 5.0.229

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.
Files changed (2) hide show
  1. package/env/.env +1 -0
  2. package/package.json +2 -2
package/env/.env CHANGED
@@ -31,6 +31,7 @@ SSR_COOKIE_THEMENAME = false
31
31
  SSR_BODYHIDDENBEFORELOAD = true
32
32
  SSR_API_BASE_URL = http://localhost:$DEV_SERVER_PORT
33
33
  SSR_PROD_PORT = 3000
34
+ SSR_VITE_NODE = false
34
35
 
35
36
  MOCK_ENABLED = true
36
37
  MOCK_LOGGER = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.227",
3
+ "version": "5.0.229",
4
4
  "description": "A vue3 empty framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -58,5 +58,5 @@
58
58
  "zova-vite": "^1.0.146"
59
59
  },
60
60
  "license": "MIT",
61
- "gitHead": "ccda66e7e4ff1fa04ab952844da536fd72a5e75b"
61
+ "gitHead": "e635667528ee61703352bfadfeb2d44ee2705d24"
62
62
  }