hytopia 0.11.2 → 0.12.0-prerelease-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [server](./server.md) &gt; [PORT](./server.port.md)
4
-
5
- ## PORT variable
6
-
7
- The port the server will run on. You can override this in your .env by setting PORT. When deployed in production to HYTOPIA servers, any .env value will be ignored and 8080 will be used.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- PORT: string | 8080
13
- ```