manekinekko / angular-search-experience

Algolia + Angular = 🔥🔥🔥
MIT License
166 stars 28 forks source link

fix console output of development server #16

Closed wolfgangGoedel closed 6 years ago

wolfgangGoedel commented 6 years ago

Description

The development server reads PORT from process.env, but always logs the default port (5000). This fixes the log output to correctly reflect the configured port.