Skip to content

Commit 43262ea

Browse files
committed
added the packages
1 parent 34e4b80 commit 43262ea

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

apps/web/next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ const nextConfig = {
66
protocol: "https",
77
hostname: "avatars.githubusercontent.com",
88
},
9+
{
10+
protocol: "https",
11+
hostname: "images.unsplash.com",
12+
},
913
],
1014
},
1115
};

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@radix-ui/react-checkbox": "^1.1.2",
1616
"@radix-ui/react-label": "^2.1.0",
1717
"@radix-ui/react-radio-group": "^1.2.1",
18+
"@radix-ui/react-select": "^2.2.6",
1819
"@radix-ui/react-slot": "^1.1.0",
1920
"@tanstack/react-query": "^5.90.2",
2021
"@trpc/client": "^11.6.0",

0 commit comments

Comments
 (0)