mirror of
https://gitea.com/gitea/tea.git
synced 2025-02-24 18:51:16 +01:00
16 lines
245 B
JSON
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"
|
|
}
|
|
}
|
|
}
|