morphbox
Version:
Docker-based AI sandbox for development with Claude integration
16 lines (13 loc) • 348 B
JavaScript
import { j as json } from './index-3BbzJtgI.js';
const GET = async () => {
return json({
status: "ok",
websocket: {
url: "ws://localhost:8009",
protocol: "json",
messageTypes: ["CONNECTED", "OUTPUT", "ERROR", "STATE_UPDATE", "SEND_INPUT"]
}
});
};
export { GET };
//# sourceMappingURL=_server.ts-CvPGcsoZ.js.map