You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default output when using this plugin looks like this:
Watcher File change detected! Restarting!
INFO downloadOpenpropsCss with Version 1.5.15 (latest: 1.5.15)
INFO PostCSS init with OpenProps Version 1.5.15 (latest: 1.5.15)
Prefill Function: Transforming and Caching all css files in 'example/css'
Prefill /Users/bjesuiter/Develop/codemonument/deno_fresh_plugin_skeleton/example/css/global.css
PostCSS Transformed and Cached: /Users/bjesuiter/Develop/codemonument/deno_fresh_plugin_skeleton/example/css/global.css { fileHash: "UaV9l58tqTZe0QgglL/hVvK6lZs9XrJAasRPU9/oS+k=" }
[01_skeleton_plugin] options: { option1: true, option2: "" }
[01a_skeleton_plugin_w_zod] isProd: true
[01a_skeleton_plugin_w_zod] typeof isProd: boolean
🍋 Fresh ready
Local: http://localhost:8000/
DEBUG PostCSS found in cache: example/css/global.css
This is hard to read because the logging of this deno_fresh_openprops plugin interferes with my other skeleton plugin loggins.
=> There should be a way to disable the logs of this plugin!
Ideas
Adding a property to the options of the plugin: logsEnabled: z.boolean().optional().default(true),
=> Current Problem: Logs happen at very different parts of the plugin in a disconnected manner.
=> The logging structure has to be refined!
The text was updated successfully, but these errors were encountered:
The default output when using this plugin looks like this:
This is hard to read because the logging of this deno_fresh_openprops plugin interferes with my other skeleton plugin loggins.
=> There should be a way to disable the logs of this plugin!
Ideas
logsEnabled: z.boolean().optional().default(true),
=> Current Problem: Logs happen at very different parts of the plugin in a disconnected manner.
=> The logging structure has to be refined!
The text was updated successfully, but these errors were encountered: