5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export BLOG_ENV=dev
|
|
watchexec --restart -w ./ --no-process-group -- go run .
|