chore: start to dev
This commit is contained in:
parent
a15c1f15f5
commit
bbd47db467
@ -44,7 +44,7 @@ export default function RunButtonModal({
|
|||||||
"pip install -r requirements.txt && streamlit run main.py --server.runOnSave true"
|
"pip install -r requirements.txt && streamlit run main.py --server.runOnSave true"
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
createNewTerminal("yarn install && yarn start");
|
createNewTerminal("yarn install && yarn dev");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
toast.error("You reached the maximum # of terminals.");
|
toast.error("You reached the maximum # of terminals.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user