From 61b012b9fda72265ce35afa40f639e829fdae9df Mon Sep 17 00:00:00 2001 From: omar rashed Date: Tue, 26 Nov 2024 19:54:23 +0200 Subject: [PATCH] fix: use correct port for the PHP template --- frontend/lib/templates/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",