mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-29 05:01:53 +00:00
8 lines
434 B
JavaScript
8 lines
434 B
JavaScript
// NOTE: Not wired into the build. Pro activation currently lives in the C# asar
|
|
// patch (EPatchType.ActivatePro). This renderer-side variant is kept for future
|
|
// use and is excluded from bridge/build.mjs (EXCLUDED_RENDERER_SCRIPTS), so it is
|
|
// neither bundled nor injected. To re-enable, remove it from that exclusion list.
|
|
import { installActivatePro } from "./activate-pro/index.js"
|
|
|
|
installActivatePro(globalThis.WandEnhancer)
|