added krankerl config

This commit is contained in:
Jonathan Treffler 2024-04-23 20:30:49 +02:00 committed by root
parent 003b866464
commit b6e41ac51b
2 changed files with 25 additions and 0 deletions

6
krankerl.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
before_cmds = [
"composer install",
"npm install",
"npm run build",
]