UNPKG

@nakedved/ano

Version:

Claude Code plugin for collaborative annotation and review

12 lines (11 loc) 300 B
/** * ano serve command * * Start a local web server for viewing annotations. * * Usage: * ano serve <file...> Start server for one or more files * ano serve <file> --port 8080 Use custom port */ import { Command } from 'commander'; export declare const serveCommand: Command;