blob: d2cb33c942b70aaecf976bd9aa3eeb7866e9dc34 (
plain)
1
2
3
4
|
// This is client side config only - don't put anything in here that shouldn't be public!
export const projectId = `cj99zm6ye06sb01325ic751ww`;
export const endpoint = `http://localhost:4444`;
export const perPage = 2;
|