mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-07 18:46:01 +00:00
fix
This commit is contained in:
parent
b4e58d5650
commit
afc54cfb8d
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ if (fs.existsSync(targetPath)) {
|
|||
}
|
||||
|
||||
//创建软链接
|
||||
fs.symlinkSync(process.cwd(), targetPath, 'junction');
|
||||
fs.symlinkSync(`${process.cwd()}/dev`, targetPath, 'junction');
|
||||
console.log(`Done! Created symlink ${targetPath}`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue