setup devbox
This commit is contained in:
parent
88da7a5e3f
commit
4d6d0f8712
2 changed files with 220 additions and 0 deletions
19
devbox.json
Normal file
19
devbox.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
||||
"packages": [
|
||||
"go@1.25.5",
|
||||
"templ@0.3.960",
|
||||
"go-task@3.45.5",
|
||||
"tailwindcss_4@latest"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"echo 'Welcome to devbox!' > /dev/null"
|
||||
],
|
||||
"scripts": {
|
||||
"test": [
|
||||
"echo \"Error: no test specified\" && exit 1"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue