mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Support build different targets
This commit is contained in:
8
src/build-config.ts
Normal file
8
src/build-config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
const BuildConfig = {
|
||||
TARGET: Bun.env.BUILD_TARGET,
|
||||
};
|
||||
|
||||
export const getBuildConfig = () => {
|
||||
console.log(BuildConfig);
|
||||
return BuildConfig;
|
||||
};
|
Reference in New Issue
Block a user