Compare commits

...

1 Commits

Author SHA1 Message Date
Akhileshrangani4
af45b6196c chore: start to dev 2024-08-28 18:40:24 -04:00

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.");