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:
Sigura Brice
2023-01-15 17:24:47 +01:00
committed by GitHub
parent ec30434aad
commit b263573589
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
webylum_puppeteer_server_client:
server:
url: '%env(PUPPETEER_SERVER_URL)%'
public_dir: '%kernel.project_dir%/public'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Webylum\\PuppeteerServerClient\\WebylumPuppeteerServerClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"PUPPETEER_SERVER_URL": "http://localhost:10000"
}
}