2026-01-01 14:41:31 -05:00
|
|
|
{
|
2026-01-01 20:49:44 -05:00
|
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
|
|
|
|
"packages": [
|
|
|
|
|
"templ@latest"
|
|
|
|
|
],
|
2026-01-01 14:41:31 -05:00
|
|
|
"shell": {
|
|
|
|
|
"init_hook": [
|
|
|
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2026-01-01 20:49:44 -05:00
|
|
|
"generate": [
|
|
|
|
|
"templ generate"
|
2026-01-01 14:41:31 -05:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|