Skip to content

Commit

Permalink
chore: uses path instead
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Oct 10, 2024
1 parent 8cf0912 commit c4aacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import path from "path";
import path from "node:path";
import { defineConfig } from "vite";
import Vue from "@vitejs/plugin-vue";
import VueMacros from "unplugin-vue-macros/vite";
Expand Down

0 comments on commit c4aacb2

Please sign in to comment.