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
Serva currently accepts 4 configuration values to create an App instance. These options should be able to be overwritten by flags, environment variables, config, and defaults (in that order).
Serva currently accepts 4 configuration values to create an App instance. These options should be able to be overwritten by flags, environment variables, config, and defaults (in that order).
1.Flags
$ serva start \ --port 4500 \ --hostname localhost \ --extension ".ts" \ --methods get,post,put,delete,patch
2. Environment
3. Config file
4. Defaults
The text was updated successfully, but these errors were encountered: