mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-25 17:05:21 +00:00
19 lines
306 B
JSON
19 lines
306 B
JSON
|
{
|
||
|
"packages": [
|
||
|
"go@1.21",
|
||
|
"temporal-cli@latest",
|
||
|
"watchexec@latest",
|
||
|
"tailwindcss@latest"
|
||
|
],
|
||
|
"shell": {
|
||
|
"init_hook": [
|
||
|
"echo 'Welcome to devbox!' > /dev/null"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"echo \"Error: no test specified\" && exit 1"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|