chore: justfile 中新增 resource & devtool 命令

This commit is contained in:
XcantloadX 2025-04-22 19:41:01 +08:00
parent e0298c892b
commit 7d88734b5a
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ default:
fetch-submodule:
git submodule update --init --remote --recursive
resource:
python tools\make_resources.py
devtool:
cd kotonebot-devtool; npm run dev
# Check and create virtual environment
env: fetch-submodule
#!{{shebang_pwsh}}