bp dev
Run project in development mode with hot reload:- Builds your project
- Starts local server
- Creates tunnel for webhooks
- Deploys to cloud in dev mode
- Watches for file changes
- Auto-reloads on changes
Options
—port
Specify server port:- Bots: 8075
- Integrations: 8076
—tunnelUrl
Custom tunnel URL:—tunnelId
Specific tunnel ID:—noBuild
Skip initial build:—noSecretCaching
Disable secret caching:bp serve
Serve project locally without cloud deployment:Development workflow
1
Start dev server
2
Make changes
Edit your source files
3
Auto-reload
Server detects changes and reloads
4
Test
Test changes immediately