UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

6 lines (5 loc) 213 B
/** * Browser bootstrap entrypoint for File Preview UI. It starts the app lifecycle and keeps initialization logic separate from runtime feature code. */ import { bootstrapApp } from './app.js'; bootstrapApp();