You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When interrupting the dev preview process with CRTL-C, the headless IIIF server keeps running, causing an error when launching the dev server again. The following can be used to close the process:
process.on("SIGINT",()=>{console.log("Ctrl-C was pressed");process.exit();});
The dev server includes a web portal with an overview of the IIIF data and an embedded Manifest Editor. Some of this stopped working during subsequent updates and it would be good to fix this.
The text was updated successfully, but these errors were encountered:
iiif-hss
dev server processWhen interrupting the dev preview process with
CRTL-C
, the headless IIIF server keeps running, causing an error when launching the dev server again. The following can be used to close the process:Source: https://bun.sh/guides/process/ctrl-c
Refresh IIIF content when running the dev serverMoved this feature request to:
iiif-hss
dev serverThe dev server includes a web portal with an overview of the IIIF data and an embedded Manifest Editor. Some of this stopped working during subsequent updates and it would be good to fix this.
The text was updated successfully, but these errors were encountered: