instead always do the "prod" thing, but use entr for restarting the server for all assets
4 lines
61 B
Bash
Executable File
4 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find server/assets/ | entr -r ./_do_run_server $@
|