1
1
mirror of https://gitea.com/gitea/tea synced 2025-02-22 17:41:16 +01:00
tea/devbox.json
Renovate Bot fe1928679a chore(deps): update dependency go (#715)
Reviewed-on: https://gitea.com/gitea/tea/pulls/715
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2025-02-16 17:46:19 +00:00

16 lines
248 B
JSON

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