mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
16 lines
246 B
JSON
16 lines
246 B
JSON
|
{
|
||
|
"packages": [
|
||
|
"go@1.20",
|
||
|
"gopls@latest",
|
||
|
"gnumake@latest"
|
||
|
],
|
||
|
"shell": {
|
||
|
"init_hook": [
|
||
|
"echo 'Welcome to tea. Check out the Makefile for runnable targets.'"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "make"
|
||
|
}
|
||
|
}
|
||
|
}
|