Update vite.config.js

This commit is contained in:
Matt DiMeglio 2025-06-11 11:19:01 -04:00 committed by GitHub
parent 5be241ab86
commit 835157b425
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ import path from 'path';
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
server:{ server:{
host: true,
allowedHosts: ['shift.code-catalyst.com'] allowedHosts: ['shift.code-catalyst.com']
}, },
resolve: { resolve: {