jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.1k stars 84 forks source link

Stator code reload #652

Open AstraLuma opened 8 months ago

AstraLuma commented 8 months ago

Add an option to the stator runner to automatically reload on code change.

This should help improve developer experience and tighten feedback loops.

alphatownsman commented 8 months ago

good idea. the alternative I do right now is mount the dev code folder in container and restart container to reload.

andrewgodwin commented 8 months ago

I'm going to explore moving Stator out to be an actual separate package soon, so this might make sense to do then.