diff --git a/frontend/lib/templates/index.ts b/frontend/lib/templates/index.ts index c0db1ec..ab78b75 100644 --- a/frontend/lib/templates/index.ts +++ b/frontend/lib/templates/index.ts @@ -249,7 +249,7 @@ export interface TemplateConfig { php: { id: "php", name: "PHP", - runCommand: "echo http://localhost:80 && npx vite", + runCommand: "npx vite", fileStructure: { "index.php": { purpose: "entry",