ProjectSidewalk / SidewalkGallery

A gallery for Project Sidewalk
MIT License
1 stars 0 forks source link

Add something to watch Scala files #4

Closed aileenzeng closed 4 years ago

aileenzeng commented 4 years ago

Currently, we need to refresh sbt whenever database + backend changes are happening. Definitely not ideal for development!

aileenzeng commented 4 years ago

sbt ~run is sufficient for watching changes. For backend stuff, need to restart which is sort of annoying (but those changes don't happen too often, so should be fine for now).