Skip to content

Commit

Permalink
chore: resolve to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Aug 12, 2024
1 parent f6fc816 commit a3ceec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const getPackageDependencies = () => {
})
paths.push({
find: 'y-prosemirror',
replacement: resolve('./node_modules/y-prosemirror/src/y-prosemirror.js'),
replacement: resolve('../node_modules/y-prosemirror/src/y-prosemirror.js'),
})

fg.sync('../packages/*', { onlyDirectories: true })
Expand Down

0 comments on commit a3ceec7

Please sign in to comment.