Docs
Overview
Config References
Config References
To apply the config, create zely.config.js
(or zely.config.ts
) and then enter the code below to apply it.
Typescript
import { defineConfig } from 'zely';
export default defineConfig({
/* options */
});
TIP
See Config References