chore: resolve merge conflicts with PHP template

This commit is contained in:
Akhileshrangani4
2024-11-25 16:37:33 -05:00
parent 13a1816ed9
commit 749739f221
2 changed files with 42 additions and 5 deletions

View File

@ -36,11 +36,6 @@ export default function RunButtonModal({
}
}, [terminals, isRunning])
// commands to run in the terminal
const COMMANDS = {
streamlit: "./venv/bin/streamlit run main.py --server.runOnSave true",
php: "echo http://localhost:80 && npx vite",
default: "npm run dev",
} as const
const handleRun = async () => {
if (isRunning && lastCreatedTerminalRef.current) {
await closeTerminal(lastCreatedTerminalRef.current)