A comment in the plugin.ts file states that you could choose not to provide a config object:
// A uno.config.ts file is required in the project directory if // a config object is not provided, or to use the browser runtime const configFileURL = new URL("[./uno.config.ts](https://deno.land/x/netzo@0.4.57/plugins/unocss/uno.config.ts?source)", Deno.mainModule).href;
However the type makes the config object mandatory.
I think what you meant is that "if an empty object is provided"?
Thanks.
A comment in the plugin.ts file states that you could choose not to provide a config object:
// A uno.config.ts file is required in the project directory if // a config object is not provided, or to use the browser runtime const configFileURL = new URL("[./uno.config.ts](https://deno.land/x/netzo@0.4.57/plugins/unocss/uno.config.ts?source)", Deno.mainModule).href;
However the type makes the config object mandatory. I think what you meant is that "if an empty object is provided"? Thanks.