1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00
TiddlyWiki5/core/modules/server
jeremy@jermolene.com 34b1b8128f Server: correctly print URL when running on IPv6
Since https://github.com/nodejs/node/issues/40537 users are more likely to encounter IPv6 connections.

IPv6 URLs require square brackets around raw addresses.

With this change VS Code correctly hyperlinks the message `Serving on http://[::1]:8080`
2022-07-29 10:07:59 +01:00
..
authenticators Fix #4786 (#4787) 2020-08-03 10:41:23 +01:00
routes Introduce JSON parse utility function with error handling (#6401) 2022-02-21 15:29:25 +00:00
server.js Server: correctly print URL when running on IPv6 2022-07-29 10:07:59 +01:00