新增 opencode 配置文件,移除嵌入式服务器支持
Agent CI/CD / validate (push) Failing after 2m17s
Agent CI/CD / docker-image (push) Has been skipped
Agent CI/CD / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-05-18 17:15:42 +08:00
parent d3f6213187
commit f92598803f
5 changed files with 511 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@opencode-ai/plugin": "1.14.28"
},
"devDependencies": {
"@types/node": "^24.7.2",
"typescript": "^5.9.3"
}
}