cds-hooks / sandbox

CDS Hooks Sandbox
http://sandbox.cds-hooks.org
Apache License 2.0
34 stars 32 forks source link

Running with HAPI FHIR #70

Closed robbhar closed 5 years ago

robbhar commented 5 years ago

Quick question: how to I change the port for CDS Hooks so it can coexist with HAPI on 8080?

kpshek commented 5 years ago

@robbhar - We're using webpack-dev-server so you can change the dev script in package.json to include a --port # parameter. See https://webpack.js.org/configuration/dev-server/#devserver-port for more information.