1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-08 23:58:52 +01:00

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

View File

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