Mercurial > code > home > repos > victoriametrics
view index.js @ 67:adde35eb4773
collapse ./next to ./
author | drewp@bigasterisk.com |
---|---|
date | Fri, 03 May 2024 11:21:08 -0700 |
parents | next/index.js@b3addcd4486c |
children |
line wrap: on
line source
function init(serverUrl) { // this defaults to something incorrect, so we fix it hopefully before you go to vmui localStorage.setItem('SERVER_URL', JSON.stringify({ value: serverUrl })); }