We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783d7fc commit 122b7c1Copy full SHA for 122b7c1
watch.mjs
@@ -54,7 +54,7 @@ function buildRust() {
54
(release ? "(release)" : "(debug)"),
55
);
56
57
- // Debug build takes ~3-4 seconds on rebuild after some Rust changes. (Non-dev builds take ~15-20 seconds)
+ // Dev build takes ~3-4 seconds on rebuild after some Rust changes. (Non-dev builds take ~15-20 seconds)
58
// Build only web and not node targets to half time.
59
const buildDir = join(
60
thisDir,
0 commit comments