0
1
Fork 0
textfiles/bin/serve-dev.sh

3 lines
66 B
Bash
Executable File

#!/bin/sh
PATH=$PWD:$PATH hugo serve -wD --navigateToChanged "$@"