supermedium / aframe-watcher

👀 Companion server for A-Frame Inspector to sync changes back to HTML files.
https://supermedium.com/aframe-watcher/
MIT License
96 stars 23 forks source link

CTRL-C will now exit the program for real #20

Open Juankz opened 3 years ago

Juankz commented 3 years ago

Built on top of #16

Replace deprecated prompt-confirm package for enquirer.

Allows SIGINT signal passing. So we can kill the process using Ctrl-C