Merge pull request #1098

This commit is contained in:
symfony-flex-server[bot]
2021-04-19 15:01:41 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
framework:
assets:
packages:
website:
json_manifest_path: '%kernel.project_dir%/public/build/website/manifest.json'
+13
View File
@@ -0,0 +1,13 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"assets/": "assets/"
},
"gitignore": [
"node_modules/",
"npm-debug.log",
"yarn-error.log"
]
}