kkt
Version:
Create React apps with no build configuration, Cli tool for creating react apps.
7 lines (6 loc) • 459 B
TypeScript
import express from 'express';
/**
* [Configuring the Proxy Manually](https://github.com/facebook/create-react-app/blob/3f699fd08044de9ab0ce1991a66b376d3e1956a8/docusaurus/docs/proxying-api-requests-in-development.md#configuring-the-proxy-manually),
* The default is in the `src/setupProxy.js` directory, and now it is processed in `.kktrc.js` or `.kktrc.ts` through a special method.
*/
export default function proxySetup(app: express.Application): void;