Files
symfony-flex-recipes-contrib/baldinof.roadrunner-bundle.0.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

39 lines
1.3 KiB
JSON

{
"manifests": {
"baldinof/roadrunner-bundle": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
".rr.yaml": ".rr.yaml"
},
"bundles": {
"Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": [
"all"
]
},
"gitignore": [
"/bin/rr"
],
"post-install-output": [
" * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>",
" * <fg=blue>Run</> your application: <comment>bin/rr serve --debug</>",
" * Visit http://localhost:8080"
]
},
"files": {
"config/packages/baldinof_road_runner.yaml": {
"contents": [
"baldinof_road_runner:",
" should_reboot_kernel: false",
""
],
"executable": false
}
},
"ref": "64dda95346658b92b164d8e4408e6d4d9ef293a2"
}
}
}