You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/get-started/foundations/projects/local-development.mdx
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,3 +67,21 @@ Many of these features make it possible to build and testing modules of your app
67
67
All features provide real-time updates, ensuring you stay in sync with your application changes.
68
68
69
69
To access the Development Dashboard open the local URL in your browser. By default, the URL is set to [http://localhost:49152](http://localhost:49152).
70
+
71
+
## configuration
72
+
73
+
The local development experience can be configured using a `local.nitric.yaml` file.
74
+
75
+
A full example with example configuration is shown below:
76
+
77
+
```yaml
78
+
apis:
79
+
# 👀 Configure the "main" API to run on port 6001
80
+
main:
81
+
port: 6001
82
+
83
+
websockets:
84
+
# 👀 Configure the "ws" WebSocket to run on port 6002
0 commit comments