format code

This commit is contained in:
2025-07-25 01:10:00 +02:00
parent 3bcd2e16a2
commit d08290ce3d
5 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import path from "path";
import path from "node:path";
// https://vite.dev/config/
export default defineConfig({