1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2025-02-22 14:54:26 +01:00
tea/devbox.json
2025-02-17 00:14:40 +00:00

15 lines
248 B
JSON

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