Home > @lynx-js/rspeedy > defineConfig
defineConfig() function
The defineConfig method is a helper function used to get TypeScript intellisense.
Signature:
Parameters
Returns:
(params: ConfigParams) => Promise<Config>
- The identical function as the input.
Example 1
Use defineConfig in lynx.config.ts:
Example 2
Use defineConfig with parameters in lynx.config.ts:

