diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 66a276a..a77b8fd 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -2,7 +2,7 @@ - diff --git a/frontend/vite.config.js b/frontend/vite.config.js index ea5c051..56be254 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -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