Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:09 +08:00
commit 931528dc65
6 changed files with 1613 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "yeet",
"description": "Yeet builds and deploys your project, making it available online.",
"version": "1.0.0",
"author": {
"name": "Yeet",
"email": "support@yeet.net"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}