Build Command
Usage
Bash
nitrostack-cli build
What It Does
- Compiles TypeScript to JavaScript
- Bundles dependencies
- Optimizes for production
- Creates `dist/` directory
Output
dist/
├── index.js
├── modules/
└── ... (compiled code)
Production Deployment
Bash
nitrostack-cli build
node dist/index.js