Update vite.config.js

This commit is contained in:
John Parkhurst 2025-06-11 11:11:47 -04:00
parent 1cf290d95f
commit 262327e20a

View file

@ -5,6 +5,9 @@ import path from 'path';
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server:{
allowedHosts: ['.code-catalyst.com']
},
resolve: {
alias: {
'@src': path.resolve(__dirname, 'src'),