> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lib.toolrinth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProjectEnvironments

```ts theme={"theme":"github-dark-high-contrast"}
export enum ProjectEnvironments {
  CLIENT_AND_SERVER = "client_and_server",
  CLIENT_ONLY = "client_only",
  CLIENT_ONLY_SERVER_OPTIONAL = "client_only_server_optional",
  SINGLEPLAYER_ONLY = "singleplayer_only",
  SERVER_ONLY = "server_only",
  SERVER_ONLY_CLIENT_OPTIONAL = "server_only_client_optional",
  DEDICATED_SERVER_ONLY = "dedicated_server_only",
  CLIENT_OR_SERVER = "client_or_server",
  CLIENT_OR_SERVER_PREFERS_BOTH = "client_or_server_prefers_both",
  UNKNOWN = "unknown",
}
```
