Compare commits

..

No commits in common. "b7f6a6c386ffbf5c447ec12361e0e84154ed495a" and "f5b92715efa9fa5eede0b7ad313779243f9869ed" have entirely different histories.

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', 'demo-msf.kis-npo.ru'] allowedHosts: ['dev.msf.enode']
} }
}) })