blob: 0e01c55939a9479f998f374932b704fde194ff88 (
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 = 9;
|