// `config.dist.ts` is the template for local `config.ts` export const Config = { production: false, uri: { api: "http://localhost:1337/" } };