update deploy
This commit is contained in:
25
opencode.json
Normal file
25
opencode.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"laravel-boost": {
|
||||
"type": "local",
|
||||
"enabled": true,
|
||||
"command": [
|
||||
"php",
|
||||
"artisan",
|
||||
"boost:mcp"
|
||||
]
|
||||
},
|
||||
"herd": {
|
||||
"type": "local",
|
||||
"enabled": true,
|
||||
"command": [
|
||||
"php",
|
||||
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
|
||||
],
|
||||
"environment": {
|
||||
"SITE_PATH": "/Users/bulutkuru/Herd/bogazici-api"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user