aboutsummaryrefslogtreecommitdiff
path: root/docs/cli/run.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli/run.md')
-rw-r--r--docs/cli/run.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/cli/run.md b/docs/cli/run.md
index 3680573b0..65c4842cc 100644
--- a/docs/cli/run.md
+++ b/docs/cli/run.md
@@ -42,10 +42,6 @@ $ bun --watch run index.tsx
### `--smol`
-{% callout %}
-Added in Bun v0.7.0.
-{% /callout %}
-
In memory-constrained environments, use the `--smol` flag to reduce memory usage at a cost to performance.
```bash