Skip to content

Commit

Permalink
Hide assets from reflex restart
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenmckenzie committed Sep 21, 2023
1 parent 1f63ee8 commit da9f584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Watch all files ending in .go, excluding files in `.go` directory or files
# ending in `_test.go` & run `make debug` when any matching file is changed
-s -r \.go$ -R ^\.go/ -R _test\.go$ make run
-s -r \.go$ -R ^\.go/ -R ^assets/ -R ^cmd/ -R _test\.go$ make debug

0 comments on commit da9f584

Please sign in to comment.