mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"bundles": {
|
|
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"biome.json": "biome.json"
|
|
},
|
|
"gitignore": [
|
|
"/%BIN_DIR%/biome"
|
|
]
|
|
}
|