Change the way to create symbolic link

This commit is contained in:
frostime 2023-05-20 18:43:10 +08:00
parent 0f049cc461
commit b4e58d5650
4 changed files with 56 additions and 53 deletions

View file

@ -8,6 +8,7 @@
"author": "",
"license": "GPL-3.0",
"scripts": {
"make-link": "node ./scripts/make_dev_link.js",
"dev": "vite build --watch",
"build": "vite build"
},