mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:44:02 +00:00
fix(miniapp): add build-time runtime config asset
This commit is contained in:
@@ -7,6 +7,10 @@ declare global {
|
||||
}
|
||||
|
||||
export function runtimeBotApiUrl(): string | undefined {
|
||||
if (typeof window === 'undefined') {
|
||||
return undefined
|
||||
}
|
||||
|
||||
const configured = window.__HOUSEHOLD_CONFIG__?.botApiUrl?.trim()
|
||||
|
||||
return configured && configured.length > 0 ? configured : undefined
|
||||
|
||||
Reference in New Issue
Block a user