mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Add recipe for webylum/puppeteer-server-client-bundle 1.2 * Fix typo Co-authored-by: Brice Sigura <brice.sigura@kelips.fr>
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"bundles": {
|
|
"Webylum\\PuppeteerServerClient\\WebylumPuppeteerServerClientBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
},
|
|
"env": {
|
|
"PUPPETEER_SERVER_URL": "http://localhost:10000"
|
|
}
|
|
}
|