# Liveposter Demo Server Configuration # Port for the demo server (default: 3000) # # Priority order: # 1. PORT environment variable (e.g., PORT=8080 npx liveposter dev) # 2. .env file in current working directory # 3. .env file in package directory (this file) # 4. Default: 3000 # # To customize the port, copy this file and edit the PORT value: # cp .env.example .env # # Edit .env and change PORT value PORT=3000 # Node environment (for internal use) NODE_ENV=development