view next/index.js @ 65:fada8d64c4d3

notes
author drewp@bigasterisk.com
date Thu, 02 May 2024 23:15:37 -0700
parents 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 }));
}