Thanks to visit codestin.com Credit goes to github.com
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 4f73686 commit ca4eae5Copy full SHA for ca4eae5
package.json
@@ -6,7 +6,10 @@
6
"scripts": {
7
"dev": "vite",
8
"build": "tsc -b && vite build && vite build --mode=client",
9
+ "lint": "pnpm run lint:biome && pnpm run lint:knip && pnpm run lint:circular-dep",
10
"lint:biome": "pnpm biome lint --error-on-warnings .",
11
+ "lint:knip": "pnpm knip",
12
+ "lint:circular-dep": "pnpm dpdm --no-tree --no-warning -T ./src/client/index.tsx && pnpm dpdm --no-tree --no-warning -T ./src/server/index.tsx",
13
"preview": "vite preview"
14
},
15
"dependencies": {
0 commit comments