valaxy 0.17.0-beta.1 → 0.17.0-beta.3

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/client/config.ts CHANGED
@@ -30,6 +30,9 @@ export const valaxyConfigRef = shallowRef<ValaxyConfig>(parse<ValaxyConfig>(vala
30
30
 
31
31
  export const valaxyContextRef = shallowRef<ValaxyContext>(parse<ValaxyContext>(valaxyContext))
32
32
 
33
+ valaxyConfigRef.value = parse<ValaxyConfig>(valaxyConfig)
34
+ valaxyContextRef.value = parse<ValaxyContext>(valaxyContext)
35
+
33
36
  // hmr
34
37
  if (import.meta.hot) {
35
38
  // /@valaxyjs/config must be static string