We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebd0fd commit 21aeb3eCopy full SHA for 21aeb3e
clarity.config.ts
@@ -0,0 +1,7 @@
1
+import type { ClarityOptions } from '@stacksjs/clarity'
2
+
3
+const config: ClarityOptions = {
4
+ verbose: false,
5
+}
6
7
+export default config
0 commit comments