Build Command
Usage
nitrostack 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
nitrostack build
node dist/index.js