Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed May 20, 2023
1 parent 5d4bf62 commit 104c9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/make_dev_link.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from 'fs';

//Please write the "workspace/data/plugins" directory here
//请在这里填写你的 "workspace/data/plugins" 目录
const targetDir = '';
const targetDir = 'H:\\临时文件夹\\SiYuanDevSpace\\data\\plugins';
//Like this
// const targetDir = `H:\\SiYuanDevSpace\\data\\plugins`;
//********************************************************************************************
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"node",
"vite/client",
"svelte"
]
],
"typeRoots": ["node_modules/@types"]
},
"include": [
"tools/**/*.ts",
Expand Down

0 comments on commit 104c9a1

Please sign in to comment.