Skip to content

Commit 4159a80

Browse files
committed
fix examples
1 parent c525dd0 commit 4159a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ export default defineConfig(({ mode }) => {
2222
return {
2323
root: resolve('examples', DIR),
2424
server: { port: Number(PORT) },
25-
plugins: [tsconfigPaths()],
25+
plugins: [tsconfigPaths({ root: resolve('.') })],
2626
};
2727
});

0 commit comments

Comments
 (0)