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 (#1478)
* Add recipe for webylum/puppeteer-server-client-bundle 1.2 * Fix typo Co-authored-by: Brice Sigura <brice.sigura@kelips.fr>
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
webylum_puppeteer_server_client:
|
||||||
|
server:
|
||||||
|
url: '%env(PUPPETEER_SERVER_URL)%'
|
||||||
|
public_dir: '%kernel.project_dir%/public'
|
||||||
11
webylum/puppeteer-server-client-bundle/1.2/manifest.json
Normal file
11
webylum/puppeteer-server-client-bundle/1.2/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Webylum\\PuppeteerServerClient\\WebylumPuppeteerServerClientBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"PUPPETEER_SERVER_URL": "http://localhost:10000"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user