File size: 164 Bytes
a7f51f5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "name": "PHP",
  "description": "PHP web project",
  "language": "php",
  "runtime": "php",
  "run": "php -S 0.0.0.0:3000",
  "port": 3000,
  "install": true
}