pridany build skript,

uprava produkcnej konfiguracie
This commit is contained in:
2025-10-13 23:12:15 +02:00
parent e67d4843bd
commit ed3d202488
3 changed files with 48 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const require = createRequire(import.meta.url);
const pkg = require("./package.json");
const subpath = "/bugreport/";
export const baseUrl = subpath + "webapp/dist/";
export const baseUrl = "/"; //subpath + "frontend/dist/";
// https://vite.dev/config/
export default defineConfig(({ command, mode }) => {