aq-fe-framework 0.1.1165 → 0.1.1167

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.
@@ -139,7 +139,7 @@ async function fetchConfig(configPath) {
139
139
  return res.json();
140
140
  }
141
141
  function useConfig({
142
- configPath = ((_a) => (_a = process.env.NEXT_PUBLIC_AQ_MODULE) != null ? _a : "/config.json")(),
142
+ configPath = "/config.json",
143
143
  key
144
144
  }) {
145
145
  return useQuery({