Integrate market audit with shared calibration and catalog

This commit is contained in:
2026-08-11 18:34:52 +03:00
parent e95e43bd92
commit d97305553f
8 changed files with 359 additions and 78 deletions
+1
View File
@@ -80,6 +80,7 @@ function readBody(request) {
export default defineConfig(({ mode }) => {
const environment = loadEnv(mode, process.cwd(), "");
return {
base: "./",
plugins: [
marketImportProxy({
url: environment.L2_MARKET_IMPORT_URL,