12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "t2t-dev",
|
|
"runtimeExecutable": "php",
|
|
"runtimeArgs": ["artisan", "serve", "--port=8123"],
|
|
"port": 8123
|
|
}
|
|
]
|
|
}
|