Set server.host to 127.0.0.1

This commit is contained in:
Nikita Karamov 2023-07-18 11:25:32 +02:00
parent d69f8c1e81
commit 5a1b94b221
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 3 additions and 0 deletions

View File

@ -24,4 +24,7 @@ export default defineConfig({
css: {
devSourcemap: true,
},
server: {
host: "127.0.0.1",
},
});