mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 12:36:12 +00:00
24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"command": "symfony",
|
|
"args": [
|
|
"server:start",
|
|
"--allow-http",
|
|
"--no-tls",
|
|
"--port=8000",
|
|
"--allow-all-ip",
|
|
"-d"
|
|
],
|
|
"label": "symfony"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "yarn",
|
|
"args": ["encore", "dev", "--watch"],
|
|
"label": "webpack"
|
|
}
|
|
]
|
|
}
|