Ensure 127.0.0.1 is used as host (not just localhost)

This commit is contained in:
Matthias 2023-05-02 19:55:44 +02:00
parent 1fb43f5c5b
commit 5b1daec683

View File

@ -29,6 +29,7 @@ export default defineConfig({
changeOrigin: true,
},
},
host: '127.0.0.1',
port: 3000,
},
});