uprava zobrazenie API pre parametre,

fix cesty pre logo SVG,
nastavenie DEV servera VITE pre vsetky interface
This commit is contained in:
2025-10-11 15:37:51 +02:00
parent 1cf79a20b3
commit 995e0e40a5
4 changed files with 63 additions and 38 deletions

View File

@ -25,6 +25,10 @@ export default defineConfig(({ command, mode }) => {
__IS_BUILD__: JSON.stringify(isBuild),
__IS_DEV__: JSON.stringify(isDev),
},
server: {
host: true,
port: 5173
},
build: {
outDir: "dist",
chunkSizeWarningLimit: 1000, // zvýšenie limitu na 1000 kB