Files
oak-gpui/script/storybook
T
2024-01-03 12:33:51 -08:00

8 lines
115 B
Bash
Executable File

#!/bin/bash
if [ -z "$1" ]; then
cargo run -p storybook
else
cargo run -p storybook -- "components/$1"
fi