mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
18 lines
306 B
JSON
18 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"
|
|
]
|
|
}
|
|
}
|
|
}
|