fix code style
All checks were successful
CI / build (push) Successful in 14s
CI / lint (push) Successful in 8s
CI / build-and-push-docker (push) Successful in 17s

This commit is contained in:
2025-08-30 23:49:17 +02:00
parent 449096b8c4
commit 6559a06acc
5 changed files with 7 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import path from "node:path";
import react from "@vitejs/plugin-react-swc";
import { defineConfig } from "vite";
import mkcert from 'vite-plugin-mkcert'
import mkcert from "vite-plugin-mkcert";
export default defineConfig({
plugins: [react(), mkcert()],