/** * The file contents for the current environment * will overwrite these during build. */ export const Config = { production: true, uri: { api: "/api" } };