build-configs/box.json.dist
Oliver Davies 2e701e7dd5 Fix app:generate command
Without this commit, I get this error:

> Unable to find template "common/.githooks/prepare-commit-msg.twig"
(looked into:
phar:///home/opdavies/Code/personal/build-configs/nix-derivation/dist/build-configs/templates).

I don't know why this isn't added by the `templates` value that's
already there, but adding `templates/common/.githooks` explicitly fixes
the error when running the `app:generate` command.
2024-05-21 07:59:36 +01:00

20 lines
418 B
Plaintext

{
"output": "dist/build-configs",
"files": [
".env",
"autoload_runtime.template",
"src/Controller/.gitignore"
],
"directories": [
"config",
"resources",
"templates",
"templates/common/.githooks",
"var"
],
"force-autodiscovery": true,
"check-requirements": false,
"exclude-composer-files": false,
"compression": "GZ"
}