forked from opentiny/tiny-vue
fix: fix pnpm dev:site error (#536)
This commit is contained in:
parent
b9aefb73f1
commit
b5b767fa9a
|
@ -69,6 +69,7 @@ export default defineConfig((config) => {
|
|||
alias: {
|
||||
'@': path.resolve('src'),
|
||||
'@demos': path.resolve('./demos'),
|
||||
'@tiptap/vue': '@tiptap/vue-3',
|
||||
...getAlias(3, env.VITE_TINY_THEME)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue