From e155aa6af1c8d99fdb6cc1040666c8c718af0a0a Mon Sep 17 00:00:00 2001 From: Vladislav Kibenko Date: Tue, 16 Jul 2024 17:50:04 +0300 Subject: [PATCH] Update the template --- vite.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 9e65b72..81e8b3d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,8 +19,7 @@ export default defineConfig({ ], publicDir: './public', server: { - // Uncomment this line if you want to expose your dev server and access it from the devices - // in the same network. + // Exposes your dev server and makes it accessible for the devices in the same network. host: true, }, });