UNPKG

forge-deploy-cli

Version:

Professional CLI for local deployments with automatic subdomain routing, SSL certificates, and infrastructure management

13 lines 348 B
#!/usr/bin/env node /** * Standalone Forge API Server * * This server runs continuously to provide real-time deployment statistics, * health checks, and monitoring capabilities for the Forge platform. * * Usage: * node dist/server.js * pm2 start dist/server.js --name forge-api-server */ export {}; //# sourceMappingURL=server.d.ts.map