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 52612d7 commit a9c3afaCopy full SHA for a9c3afa
code-pushup.preset.ts
@@ -1,4 +1,6 @@
1
/* eslint-disable @nx/enforce-module-boundaries */
2
+import 'dotenv/config';
3
+import { z } from 'zod';
4
import type {
5
CategoryConfig,
6
CoreConfig,
0 commit comments