fix: use correct port for the PHP template

This commit is contained in:
omar rashed 2024-11-26 19:54:23 +02:00 committed by James Murdza
parent 199318e706
commit 61b012b9fd

View File

@ -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",