Configuration
NodeBuilder automatically configures your project for you, but you can adjust key settings via config files or environment variables.
Project Configuration
| File | Purpose |
|---|---|
.env | Environment variables (DB_URL, PORT, etc.) |
package.json | Scripts, dependencies, and metadata |
Last updated on