chore: start to dev

This commit is contained in:
Akhileshrangani4 2024-08-28 18:40:24 -04:00 committed by James Murdza
parent a15c1f15f5
commit bbd47db467

View File

@ -44,7 +44,7 @@ export default function RunButtonModal({
"pip install -r requirements.txt && streamlit run main.py --server.runOnSave true"
);
} else {
createNewTerminal("yarn install && yarn start");
createNewTerminal("yarn install && yarn dev");
}
} else {
toast.error("You reached the maximum # of terminals.");