Update vite.config.js

This commit is contained in:
John Parkhurst 2025-06-11 11:16:00 -04:00
parent 5c299ba629
commit 5be241ab86

View file

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