vite: use "node:path" import

This commit is contained in:
Alex Gleason 2025-04-23 13:38:27 -05:00
parent 101ee6333f
commit cc2c89af36
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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://vitejs.dev/config/
export default defineConfig(({ mode }) => ({