view next/index.js @ 64:def1aa2bfa3f

more targets polish. reorg code into next/
author drewp@bigasterisk.com
date Thu, 02 May 2024 23:06:31 -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 }));
}