Skip to content

Commit bcd9c57

Browse files
petardudasposva
andauthored
chore: use node:path in vite.config.ts (#260)
* Update vite.config.ts corrected typo * Update playground/vite.config.ts [skip ci] --------- Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent 6fe1928 commit bcd9c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { fileURLToPath, URL } from 'url'
22
import { defineConfig } from 'vite'
3-
import { join } from 'pathe'
3+
import { join } from 'node:path'
44
import Inspect from 'vite-plugin-inspect'
55
import Markdown from 'vite-plugin-vue-markdown'
66
// @ts-ignore: the plugin should not be checked in the playground

0 commit comments

Comments
 (0)