5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-21 07:57:03 +00:00
tilde.news/config/spring.rb
2023-09-14 08:45:21 -05:00

9 lines
127 B
Ruby

# typed: false
%w[
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
].each { |path| Spring.watch(path) }