Commit ee46263
authored
feat: Add localhost help text to server address output (#3077)
When binding to `0.0.0.0` or `::`, show localhost equivalent URL for
convenience
Closes #3076
output from fresh www
```
deno task start
Task start deno run -A --watch=static/,routes/,../src,../docs dev.ts
Watcher Process started.
🍋 Fresh ready
Local: http://0.0.0.0:8000/ (http://localhost:8000/)
GA4_MEASUREMENT_ID environment variable not set. Google Analytics reporting disabled.
```1 parent 0b3546f commit ee46263
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | | - | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
0 commit comments