Skip to content

Commit 0b238a8

Browse files
Finish
1 parent 38dbb8b commit 0b238a8

File tree

13 files changed

+1853
-17
lines changed

13 files changed

+1853
-17
lines changed

next.config.mjs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
images: {
4+
remotePatterns: [
5+
{
6+
protocol: 'https',
7+
hostname: 'firebasestorage.googleapis.com',
8+
port: '',
9+
pathname: '/**',
10+
},
11+
],
12+
}
13+
};
314

415
export default nextConfig;

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"cmdk": "^0.2.1",
4444
"date-fns": "^3.3.1",
4545
"embla-carousel-react": "8.0.0-rc22",
46+
"firebase": "^10.8.0",
4647
"lucide-react": "^0.321.0",
4748
"next": "14.1.0",
4849
"next-themes": "^0.2.1",
@@ -52,6 +53,8 @@
5253
"react-hook-form": "^7.50.0",
5354
"react-icons": "^5.0.1",
5455
"react-resizable-panels": "^2.0.3",
56+
"socket.io": "^4.7.4",
57+
"socket.io-client": "^4.7.4",
5558
"sonner": "^1.4.0",
5659
"tailwind-merge": "^2.2.1",
5760
"tailwindcss-animate": "^1.0.7",

0 commit comments

Comments
 (0)