We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df52000 commit ddf52fbCopy full SHA for ddf52fb
docs/development-usage.md
@@ -38,7 +38,7 @@ Please use git bash instead of command prompt or powershell and use the same `Ma
38
Change the delay time (ms) of the command, default will be 400ms.
39
40
```sh
41
-go -dir=node_modules npx livereload -w 400 public
+go -dir=node_modules npx livereload -w 800 -ee go .
42
```
43
44
## Environment Variables
@@ -53,4 +53,4 @@ Please visit your `config/env.go` to configure further.
53
54
# Docs
55
56
-- [godotenv](https://github.com/joho/godotenv#godotenv--)
+- [godotenv](https://github.com/joho/godotenv#godotenv--)
0 commit comments