Args.md

Arguments

  • --port - Port to run the server on. Default is 3000.
  • --host - Host to run the server on. Default is localhost.
  • --env - The path to the env file. Default is .env.

Usage

# Development
npm run dev -- --port 3000 --host localhost

# Production
image-uploder --port 3000 --host localhost