fix: use correct port for the PHP template
This commit is contained in:
parent
199318e706
commit
61b012b9fd
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user