@vixt/core 0.6.7 → 0.6.8

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.
@@ -585,6 +585,12 @@ var vite_default = defineVixtModule({
585
585
  base: app?.baseURL,
586
586
  define: defineEnv
587
587
  });
588
+ },
589
+ configResolved(config) {
590
+ Object.assign(config.env, {
591
+ ...env$1,
592
+ ...config.env
593
+ });
588
594
  }
589
595
  };
590
596
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/core",
3
3
  "type": "module",
4
- "version": "0.6.7",
4
+ "version": "0.6.8",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",