feat(playground): add export flag

This commit is contained in:
Amaan Qureshi 2025-09-19 05:18:24 -04:00 committed by Amaan Qureshi
parent 552ab537e8
commit 0ca8fe8c12
3 changed files with 81 additions and 2 deletions

View file

@ -13,6 +13,10 @@ For this to work, you must have already built the parser as a Wasm module. This
## Options
### `-e/--export <EXPORT_PATH>`
Export static playground files to the specified directory instead of serving them.
### `-q/--quiet`
Don't automatically open the playground in the default browser.