We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda3905 commit 536b7e0Copy full SHA for 536b7e0
client/vite.config.ts
@@ -5,7 +5,9 @@ import { defineConfig } from "vite";
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react()],
8
- server: {},
+ server: {
9
+ host: "127.0.0.1",
10
+ },
11
resolve: {
12
alias: {
13
"@": path.resolve(__dirname, "./src"),
0 commit comments