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;
|
process.env = env;
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
server: {
|
||||||
|
host: "127.0.0.1",
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
tsconfigPaths(),
|
tsconfigPaths(),
|
||||||
react(),
|
react(),
|
||||||
|
Reference in New Issue
Block a user