feat: add scripts to model

This commit is contained in:
2025-02-18 20:44:26 +01:00
parent 61cd888620
commit 84219f46e0
7 changed files with 352 additions and 13 deletions

View File

@@ -25,5 +25,12 @@ project {
path "templates/*.jinja2"
output "output/"
}
scripts type=shell {
path "scripts/"
actions {
build
}
}
}