This commit is contained in:
Denis 2026-03-31 17:59:24 +03:00
parent 92670c8ce1
commit 57296856c5

View File

@ -9,7 +9,7 @@ module.exports = configure(function () {
target: { browser: ['es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1'] },
vueRouterMode: 'history',
env: {
API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:8080/api',
API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:19080/api',
},
},
devServer: {