comunica / jQuery-Widget.js

🖼 A jQuery widget to query heterogeneous interfaces using Comunica SPARQL
http://query.linkeddatafragments.org/
MIT License
18 stars 35 forks source link

How to configure the port of the server #60

Closed pheyvaer closed 4 years ago

pheyvaer commented 4 years ago

Is it possible to configure the port when doing yarn run start?

rubensworks commented 4 years ago

No, that's not possible out-of-the-box.

The start script is intended to be used for quickly testing a server. What we usually do to use this in production, is to compile it using the build script, and hosting that as a static website.