pnpm dev soll auf 127.0.0.1 statt localhost laufen.

This commit is contained in:
Quests Agent
2025-09-29 18:21:10 +02:00
parent 82a4087d59
commit 80eaa7d9cd

View File

@@ -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(),