fix local bootstrap startup and catalog widget UX

This commit is contained in:
sdarbinyan
2026-07-05 02:44:04 +04:00
parent 487a3fb913
commit 145a13857d
10 changed files with 399 additions and 7 deletions

11
proxy.conf.json Normal file
View File

@@ -0,0 +1,11 @@
{
"/api": {
"target": "https://api.dexarmarket.ru:445",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": {
"^/api": ""
}
}
}