You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make the production server less stateful. We already have a backup of all repo data on github, it would be neat if the lit server wrote directly to that github repo, but had a local cache for fast reads. The local storage could be ephemeral allowing people to even use free heroku dynos combined with github for persistence for their own package repositories.
The text was updated successfully, but these errors were encountered:
I'm trying to make the production server less stateful. We already have a backup of all repo data on github, it would be neat if the lit server wrote directly to that github repo, but had a local cache for fast reads. The local storage could be ephemeral allowing people to even use free heroku dynos combined with github for persistence for their own package repositories.
The text was updated successfully, but these errors were encountered: