Skip to content

Commit 21aeb3e

Browse files
committed
chore: add clarity config
1 parent 9ebd0fd commit 21aeb3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clarity.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)