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 834cc1a commit 3ae85e2Copy full SHA for 3ae85e2
ui/package.json
@@ -8,7 +8,7 @@
8
"start": "next start",
9
"lint": "next lint",
10
"format": "prettier --ignore-path .prettierignore --write \"**/*.+(js|ts|jsx|tsx|json)\"",
11
- "prepare": "husky"
+ "prepare": "husky install"
12
},
13
"dependencies": {
14
"next": "15.3.2",
ui/tsconfig.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"paths": {
22
- "@assets/*": ["app/assets/*"]
+ "@/*": ["./src/*"]
23
24
"resolveJsonModule": true,
25
"skipLibCheck": true,
0 commit comments