Rename global variables

This commit is contained in:
2026-08-03 12:01:40 +01:00
parent 87948340b0
commit 78e86b3999
78 changed files with 431 additions and 408 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import AppNames from "./grab-app-names";
export default function grabAssetsPrefix() {
if (global.CONFIG.assets_prefix) {
return global.CONFIG.assets_prefix;
if (global.BUNEXT_CONFIG.assets_prefix) {
return global.BUNEXT_CONFIG.assets_prefix;
}
const { defaultAssetPrefix } = AppNames;
return defaultAssetPrefix;