docs(bundler): add missing codetabs closing tag (#14443)

This commit is contained in:
Grigory
2024-10-10 03:13:42 +05:00
committed by GitHub
parent 1bccd62784
commit 73537de184

View File

@@ -1108,6 +1108,8 @@ await Bun.build({
$ bun build ./index.tsx --outdir ./out --banner "\"use client\";"
```
{% /codetabs %}
### `footer`
A footer to be added to the final bundle, this can be something like a comment block for a license or just a fun easter egg.