--
All checks were successful
Deploy / CreateImage (push) Successful in 4m48s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
Nastya 2025-07-01 11:23:40 +03:00
parent b09e587220
commit b34ba9a136

@ -17,6 +17,10 @@ export const alias = {
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
build: {
minify: false, // Отключает минификацию
sourcemap: true, // Включает sourcemaps для отладки
},
resolve: {
alias,
},