Support build different targets

This commit is contained in:
redphx
2024-04-25 17:26:47 +07:00
parent 02bd375fc8
commit 9a18d1697e
4 changed files with 52 additions and 26 deletions

View File

@@ -1,3 +1,4 @@
import { getBuildConfig } from "./build-config" with { type: "macro" };
import "./utils/global";
import { BxEvent } from "./modules/bx-event";
import { BX_FLAGS } from "./modules/bx-flags";