| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is a plugin to simulate a remote environment locally. Add this to .opencode/opencode.jsonc:
"plugin": ["../packages/opencode/src/control-plane/dev/debug-workspace-plugin.ts"],In a separate terminal, run a separate OpenCode server. This will act like a remote server and the local instance will proxy all requests to it:
./packages/opencode/script/run-workspace-server
With the plugin install, you can now run OpenCode and create a debug workspace type. This will create a "remote" workspace which talks to the second workspace server started above.
How this works:
| Back | FazBrowse Home | New Git URL |