Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-14 23:40:10 +00:00
parent 768933fc02
commit e6c0e86091
2 changed files with 32 additions and 3 deletions
@@ -0,0 +1,28 @@
{
"manifests": {
"spatie/symfony-ignition-bundle": {
"manifest": {
"bundles": {
"Spatie\\SymfonyIgnitionBundle\\IgnitionBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ignition.yaml": {
"contents": [
"when@dev:",
" ignition:",
" dark_mode: false",
""
],
"executable": false
}
},
"ref": "3c8f56bc1d755d7164726116b3c4572ff05977b5"
}
}
}
+4 -3
View File
@@ -14,14 +14,15 @@
"files": {
"config/packages/ignition.yaml": {
"contents": [
"ignition:",
" dark_mode: false",
"when@dev:",
" ignition:",
" dark_mode: false",
""
],
"executable": false
}
},
"ref": "5e504db6aa95f5d8f664f6c9e073c406fb60c85d"
"ref": "3c8f56bc1d755d7164726116b3c4572ff05977b5"
}
}
}