MetricWidget bigger

This commit is contained in:
2026-07-02 15:58:39 +05:00
parent 95690f76ec
commit f60451ecb1
7 changed files with 153 additions and 93 deletions

View File

@@ -8,8 +8,12 @@ export default defineConfig({
},
server: {
port: 5173,
},
preview: {
port: 4173,
proxy: {
'/api': {
target: 'https://beta.backend.drill.greact.ru',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
},
},
});