@hook-sdk/template 0.23.0 → 0.23.2

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/dist/index.cjs CHANGED
@@ -2189,10 +2189,7 @@ function I18nProvider({
2189
2189
  }
2190
2190
 
2191
2191
  // src/dev/env.ts
2192
- var import_meta = {};
2193
2192
  function isDevToolsEnabled() {
2194
- const meta = import_meta;
2195
- if (meta.env?.VITE_HOOK_DEV_TOOLS !== "1") return false;
2196
2193
  if (typeof window === "undefined") return false;
2197
2194
  const host = window.location.hostname;
2198
2195
  return host.includes(".staging.") || host === "localhost" || host === "127.0.0.1";