Most localhost to 127.0.0.1 conversions. I hate IPv6.

main
Zed A. Shaw 1 year ago
parent 3d4175dc11
commit 375d7a2d80
  1. 2
      commands/templates/client/config.js

@ -45,4 +45,4 @@ export const log_levels = ["debug", "warn", "info", "error", "table", "assert"];
export const twitter_user = "@lzsthw";
export const site_name = "localhost:5001";
export const site_name = "127.0.0.1:5001";

Loading…
Cancel
Save