gpt4 book ai didi

rust - Rust 中有类似 nodemon 的东西吗?

转载 作者:行者123 更新时间:2023-12-04 14:58:04 25 4
gpt4 key购买 nike

在 JavaScript nodemon 中是一个静态文件服务器,在代码更改时重新加载。
我正在使用 wasm-packminiserve执行两个命令:build

wasm-pack build --target web --out-name wasm --out-dir ./static/build
serve :
miniserve ./static --index index.html
我希望这两个像在 JavaScript 中一样自动化,使用 nodemon .

最佳答案

使用 cargo-watch并使用 -s 传递 shell 命令以执行或 --shell标志:

cargo watch -s 'wasm-pack build --target web --out-name wasm --out-dir ./static/build && miniserve ./static --index index.html'
感谢您的帮助 Luxkmdreko

关于rust - Rust 中有类似 nodemon 的东西吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67536763/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com