io.pedestal.service-tools.dev
deprecated in 0.7.0
Development utilities for Pedestal.
Deprecated with no replacement; to be removed in a later release.
watch
(watch)(watch src-paths)Watches a list of directories for file changes, reloading them as necessary.
watch-routes-fn
(watch-routes-fn routes-var)(watch-routes-fn routes-var src-paths)Given a routes var and optionally a vector of paths to watch, return a function suitable for a service’s :routes entry, that reloads routes on source file changes.