Configuration

How to configure ShapeRQ for all your needs

defaultConfig
import { setConfig } from "shape-rq";

setConfig({
    APIs: {},
    debug: false,
    lang: "en"
});

Config has

Last updated