Merge pull request 'rc' (#23) from rc into main

proxy
deployer3000 2025-03-26 09:24:45 +03:00
commit b7f6a6c386
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
server: { server: {
host: true, host: true,
allowedHosts: ['dev.msf.enode'] allowedHosts: ['dev.msf.enode', 'demo-msf.kis-npo.ru']
} }
}) })