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
feat: support loading of new files automatically with --live (#94)
* add chokidar and debouncing depdendencies
* use chokidar to watch for changes and reload
this utilizes the chokidar watcher to watch all JS files
under the functions directory and for all items within the
assets directories.
this also uses the lodash debouncer to prevent multiple files
changing in quick succession (250ms) from causing too many
reloads.
* fix(server): adjust file watcher paths
* style(server): fix spacing of imports
Co-authored-by: Dominik Kundel <dkundel@twilio.com>
0 commit comments