mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"bundles": {
|
|
"Enhavo\\Bundle\\AppBundle\\EnhavoAppBundle": ["all"]
|
|
},
|
|
"container": {
|
|
"locale": "en"
|
|
},
|
|
"env": {
|
|
"MAILER_FROM": "no-reply@email.com",
|
|
"MAILER_NAME": "enhavo",
|
|
"MAILER_TO": "my@email.com"
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"assets/": "assets/",
|
|
"public/": "%PUBLIC_DIR%/",
|
|
"tsconfig.json": "tsconfig.json"
|
|
},
|
|
"gitignore": [
|
|
"public/build/enhavo/*",
|
|
"public/build/theme/*",
|
|
"public/js/fos_routes.js"
|
|
]
|
|
}
|