Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-10-19 20:02:13 +00:00
parent e3e48abf67
commit 85d904ca18
4 changed files with 84 additions and 0 deletions
+1
View File
@@ -208,6 +208,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) |
| [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) |
| [fastfony/quality-pack](https://packagist.org/packages/fastfony/quality-pack) | [1.0](fastfony/quality-pack/1.0) |
| [fastfony/tailwind-webpack-encore-pack](https://packagist.org/packages/fastfony/tailwind-webpack-encore-pack) | [1.0](fastfony/tailwind-webpack-encore-pack/1.0) |
| [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) |
| [fdekker/log-viewer-bundle](https://packagist.org/packages/fdekker/log-viewer-bundle) | [1.0](fdekker/log-viewer-bundle/1.0) |
| [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) |
@@ -0,0 +1,40 @@
{
"manifests": {
"fastfony/tailwind-webpack-encore-pack": {
"manifest": {
"copy-from-recipe": {
"postcss.config.mjs": "postcss.config.mjs"
},
"add-lines": [
{
"file": "webpack.config.js",
"position": "after_target",
"warn_if_missing": true,
"target": " .splitEntryChunks()",
"content": " .enablePostCssLoader()"
},
{
"file": "assets/styles/app.css",
"position": "top",
"content": "@import \"tailwindcss\";\n@source not \"../../public\";\n",
"warn_if_missing": false
}
]
},
"files": {
"postcss.config.mjs": {
"contents": [
"export default {",
" plugins: {",
" \"@tailwindcss/postcss\": {},",
" },",
"};",
""
],
"executable": false
}
},
"ref": "16e3f22e20897e0fa3895619231e8ad658677322"
}
}
}
@@ -0,0 +1,40 @@
{
"manifests": {
"fastfony/tailwind-webpack-encore-pack": {
"manifest": {
"copy-from-recipe": {
"postcss.config.mjs": "postcss.config.mjs"
},
"add-lines": [
{
"file": "webpack.config.js",
"position": "after_target",
"warn_if_missing": true,
"target": " .splitEntryChunks()",
"content": " .enablePostCssLoader()"
},
{
"file": "assets/styles/app.css",
"position": "top",
"content": "@import \"tailwindcss\";\n@source not \"../../public\";\n",
"warn_if_missing": false
}
]
},
"files": {
"postcss.config.mjs": {
"contents": [
"export default {",
" plugins: {",
" \"@tailwindcss/postcss\": {},",
" },",
"};",
""
],
"executable": false
}
},
"ref": "16e3f22e20897e0fa3895619231e8ad658677322"
}
}
}
+3
View File
@@ -654,6 +654,9 @@
"fastfony/quality-pack": [
"1.0"
],
"fastfony/tailwind-webpack-encore-pack": [
"1.0"
],
"fd6130/exabytes-sms-bundle": [
"1.0"
],