Added fields for port mappings

This commit is contained in:
2026-05-14 18:17:17 -05:00
parent 67c82f61c7
commit dd8e1b2418
5 changed files with 266 additions and 21 deletions

View File

@@ -3,4 +3,8 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react],
server: {
host: '0.0.0.0',
allowedHosts: ['datacentermodeler.com', 'www.datacentermodeler.com', 'localhost', '127.0.0.1']
}
});