1
1
mirror of https://gitea.com/gitea/tea synced 2025-02-05 12:51:37 +01:00
tea/devbox.json
2025-02-05 00:28:08 +00:00

16 lines
248 B
JSON

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