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: {
|
php: {
|
||||||
id: "php",
|
id: "php",
|
||||||
name: "PHP",
|
name: "PHP",
|
||||||
runCommand: "echo http://localhost:80 && npx vite",
|
runCommand: "npx vite",
|
||||||
fileStructure: {
|
fileStructure: {
|
||||||
"index.php": {
|
"index.php": {
|
||||||
purpose: "entry",
|
purpose: "entry",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user