Skip to content

Instantly share code, notes, and snippets.

@glommer
Created July 19, 2022 00:04
Show Gist options
  • Save glommer/830ea7244839eba9ee088856357f7010 to your computer and use it in GitHub Desktop.
Save glommer/830ea7244839eba9ee088856357f7010 to your computer and use it in GitHub Desktop.
import {Replicache} from "replicache";
const rep = new Replicache({
pushURL: '/api/replicache-push',
pullURL: '/api/replicache-pull',
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment