Args.md
Arguments
--port
- Port to run the server on. Default is3000
.--host
- Host to run the server on. Default islocalhost
.--env
- The path to theenv
file. Default is.env
.
Usage
# Development
npm run dev -- --port 3000 --host localhost
# Production
image-uploder --port 3000 --host localhost