Skip to content

Commit 3ae85e2

Browse files
committed
final updates
1 parent 834cc1a commit 3ae85e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"format": "prettier --ignore-path .prettierignore --write \"**/*.+(js|ts|jsx|tsx|json)\"",
11-
"prepare": "husky"
11+
"prepare": "husky install"
1212
},
1313
"dependencies": {
1414
"next": "15.3.2",

ui/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"paths": {
22-
"@assets/*": ["app/assets/*"]
22+
"@/*": ["./src/*"]
2323
},
2424
"resolveJsonModule": true,
2525
"skipLibCheck": true,

0 commit comments

Comments
 (0)