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.

zely.config.js
module.exports = require('@zely-js/zely').defineConfig({
  /* options */
});