test
Build and Deploy / build (push) Successful in 24s
Build and Deploy / deploy (push) Successful in 20s

This commit is contained in:
2026-05-29 19:41:19 +02:00
parent 6d506c98e6
commit b8e9bdd2aa
+1 -1
View File
@@ -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,