docs: fix undocumented constants link from 0.14.0 -> 0.15.0 migration guide (#2244)

This commit is contained in:
Patryk Kuniczak
2026-04-11 17:03:50 +02:00
committed by GitHub
parent 20d5e3310a
commit ba96bbd8ff
+1 -1
View File
@@ -476,7 +476,7 @@ export default defineConfig({
### Renamed Undocumented Constants
Renamed undocumented constants for detecting the build config at runtime in [#380](https://github.com/wxt-dev/wxt/pull/380). Now documented here: <https://wxt.dev/guide/multiple-browsers.html#runtime>
Renamed undocumented constants for detecting the build config at runtime in [#380](https://github.com/wxt-dev/wxt/pull/380). Now documented here: <https://wxt.dev/guide/essentials/config/environment-variables.html#built-in-environment-variables>
- `__BROWSER__` → `import.meta.env.BROWSER`
- `__COMMAND__` → `import.meta.env.COMMAND`