mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-10 17:49:49 -04:00
08ff1e1c11
# Description of Changes In the typescript quickstart example, this includes the server and module name in the local storage variable name that we use for the auth token. This fixes an otherwise annoying issue people run into if they start running the quickstart locally, then try to run it on maincloud. If they have already run the app with a local server, their browser will store the locally signed token, which will get rejected by maincloud. # Expected complexity level and risk 1. # Testing I was able to connect to my local quickstart, then change the variables to point to a module on maincloud, and I didn't get any errors. Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>