fix(miniapp): add build-time runtime config asset

This commit is contained in:
2026-03-09 16:50:55 +04:00
parent 63a2677601
commit 12f33e7aea
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
window.__HOUSEHOLD_CONFIG__ = {
botApiUrl: ''
}