fix: broken test, link style

This commit is contained in:
Ashish Jain
2024-07-15 15:04:11 +02:00
parent dd7b071a94
commit f9a20ab94e
4 changed files with 11 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
extensions: ['.js'],
alias: {
// Define your alias here
'$root/*': path.resolve(__dirname, 'src/*'),
$root: path.resolve(__dirname, 'packages/mermaid/src'),
},
},
plugins: [