pnpm dev soll auf 127.0.0.1 statt localhost laufen.
This commit is contained in:
@@ -12,6 +12,9 @@ export default defineConfig(({ mode }) => {
|
||||
process.env = env;
|
||||
}
|
||||
return {
|
||||
server: {
|
||||
host: "127.0.0.1",
|
||||
},
|
||||
plugins: [
|
||||
tsconfigPaths(),
|
||||
react(),
|
||||
|
Reference in New Issue
Block a user