const DEBUG = true; export const BACKEND_BASE = DEBUG ? `http://127.0.0.1:3000` : `http://sub.store`;