Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-11-30 20:16:32 +00:00
parent 471a3483cc
commit 755378caef
4 changed files with 105 additions and 2 deletions
@@ -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"
}
}
}
+2 -1
View File
@@ -23,6 +23,7 @@
" \"composer.json\",",
" \"public/assets/*\",",
" \"public/bundles/*\",",
" \"var/cache/*\",",
" \"vendor/*\"",
" ]",
" }",
@@ -42,7 +43,7 @@
"executable": false
}
},
"ref": "518a54d0303c2035edbd6837e1797867d43ffb0e"
"ref": "34d8d76c92e04138cf30650a95e7fa21e7be9edf"
}
}
}
+2 -1
View File
@@ -23,6 +23,7 @@
" \"composer.json\",",
" \"public/assets/*\",",
" \"public/bundles/*\",",
" \"var/cache/*\",",
" \"vendor/*\"",
" ]",
" }",
@@ -45,7 +46,7 @@
"executable": false
}
},
"ref": "478e2325fefb9f1acf56c8408b8ec58e2cb3abe5"
"ref": "def7178eac6260f55c040a811c8329b3cdbe87cf"
}
}
}