diff --git a/vite.config.ts b/vite.config.ts index b3de935..c76ef9a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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://vitejs.dev/config/ export default defineConfig(({ mode }) => ({