fix: Update vite host

This commit is contained in:
Maxwell Gerber
2025-03-18 09:29:48 -07:00
parent cda3905e5a
commit 536b7e0a99

View File

@@ -5,7 +5,9 @@ import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
server: {},
server: {
host: "127.0.0.1",
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),