gitea-tea/devbox.json
2025-02-01 00:45:41 +00:00

16 lines
245 B
JSON

{
"packages": [
"go@1.20",
"gopls@latest",
"gnumake@4.4.1"
],
"shell": {
"init_hook": [
"echo 'Welcome to tea. Check out the Makefile for runnable targets.'"
],
"scripts": {
"build": "make"
}
}
}