This commit is contained in:
frostime 2023-05-20 18:47:04 +08:00
parent b4e58d5650
commit afc54cfb8d

View file

@ -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}`); console.log(`Done! Created symlink ${targetPath}`);