mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kocal/biome-js-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"biome.json": "biome.json",
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"biome.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"files\": {",
|
||||
" \"ignore\": [",
|
||||
" \"assets/vendor/*\",",
|
||||
" \"assets/controllers.json\",",
|
||||
" \"composer.json\",",
|
||||
" \"public/assets/*\",",
|
||||
" \"public/bundles/*\",",
|
||||
" \"var/cache/*\",",
|
||||
" \"vendor/*\"",
|
||||
" ]",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/kocal_biome_js.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" kocal_biome_js:",
|
||||
" # Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version",
|
||||
" binary_version: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "34d8d76c92e04138cf30650a95e7fa21e7be9edf"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kocal/biome-js-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"biome.json": "biome.json",
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"biome.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"files\": {",
|
||||
" \"ignore\": [",
|
||||
" \"assets/vendor/*\",",
|
||||
" \"assets/controllers.json\",",
|
||||
" \"composer.json\",",
|
||||
" \"public/assets/*\",",
|
||||
" \"public/bundles/*\",",
|
||||
" \"var/cache/*\",",
|
||||
" \"vendor/*\"",
|
||||
" ]",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/kocal_biome_js.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" kocal_biome_js:",
|
||||
" # Biome.js CLI version to use:",
|
||||
" # - \"latest_stable\": use the latest stable version",
|
||||
" # - \"latest_nightly\": use the latest nightly version",
|
||||
" # - or a specific version, e.g. \"v1.8.3\", find available tags at https://github.com/biomejs/biome/tags",
|
||||
" binary_version: 'latest_stable'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "def7178eac6260f55c040a811c8329b3cdbe87cf"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,6 +23,7 @@
|
||||
" \"composer.json\",",
|
||||
" \"public/assets/*\",",
|
||||
" \"public/bundles/*\",",
|
||||
" \"var/cache/*\",",
|
||||
" \"vendor/*\"",
|
||||
" ]",
|
||||
" }",
|
||||
@@ -42,7 +43,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "518a54d0303c2035edbd6837e1797867d43ffb0e"
|
||||
"ref": "34d8d76c92e04138cf30650a95e7fa21e7be9edf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
" \"composer.json\",",
|
||||
" \"public/assets/*\",",
|
||||
" \"public/bundles/*\",",
|
||||
" \"var/cache/*\",",
|
||||
" \"vendor/*\"",
|
||||
" ]",
|
||||
" }",
|
||||
@@ -45,7 +46,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "478e2325fefb9f1acf56c8408b8ec58e2cb3abe5"
|
||||
"ref": "def7178eac6260f55c040a811c8329b3cdbe87cf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user