From b8e9bdd2aa0564466e80ffdcf0313bd31b486135 Mon Sep 17 00:00:00 2001 From: JohannesBOT Date: Fri, 29 May 2026 19:41:19 +0200 Subject: [PATCH] test --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index c599b05..5975a54 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,7 +5,7 @@ import basicSsl from '@vitejs/plugin-basic-ssl'; // `basicSsl` generates a self-signed certificate so the dev server and // `vite preview` both serve over HTTPS out of the box. export default defineConfig({ - plugins: [vue(), basicSsl()], + plugins: [vue()], server: { host: true, port: 5173,