diff --git a/opencode.json b/opencode.json index c4332a5..fb5e4dc 100644 --- a/opencode.json +++ b/opencode.json @@ -15,7 +15,7 @@ "filesystem": { "type": "local", "command": ["npx", "@modelcontextprotocol/server-filesystem", "/app"], - "enabled": true + "enabled": false }, "forgejo": { "type": "local", diff --git a/start-dev-container-oneshot.bash b/start-dev-container-oneshot.bash index 6672c22..72fb2c8 100755 --- a/start-dev-container-oneshot.bash +++ b/start-dev-container-oneshot.bash @@ -5,10 +5,10 @@ set -e [ ! -f .env ] || export $(grep -v '^#' .env | xargs) RAND_NAME=$(tr -dc A-Za-z0-9