Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ NEXT_PUBLIC_FIREBASE_PROJECT_ID=test-ee711
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=test-ee711.firebasestorage.app
NEXT_PUBLIC_FIREBASE_SENDER_ID=418656634350
NEXT_PUBLIC_FIREBASE_APP_ID=1:418656634350:web:26180b36b7856eb20bfaff
GEMINI_API_KEY=AIzaSyDrk0fxz5Ou0puYP4r5FuPkTuyG2TLNZag
GEMINI_API_KEY=AIzaSyC-cgFwhmV71O3ddsCVadezxXF3zh38BJg
GEMINI_MODEL=gemini-2.5-flash
21 changes: 8 additions & 13 deletions .next/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
{
"pages": {
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/layout.js"
],
"/room/[id]/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/room/[id]/page.css",
"static/chunks/app/room/[id]/page.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/page.css",
"static/chunks/app/page.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/layout.js"
],
"/join/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/join/page.js"
],
"/_not-found/page": [
"/room/[id]/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js"
"static/css/app/room/[id]/page.css",
"static/chunks/app/room/[id]/page.js"
]
}
}
15 changes: 2 additions & 13 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
Expand All @@ -15,16 +13,7 @@
"static/chunks/main-app.js"
],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
"/_app": []
},
"ampFirstPages": []
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/10.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/12.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/13.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/14.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/15.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/16.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/12.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/13.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/14.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/15.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/16.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/17.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
27 changes: 0 additions & 27 deletions .next/fallback-build-manifest.json

This file was deleted.

76 changes: 0 additions & 76 deletions .next/server/_error.js

This file was deleted.

6 changes: 3 additions & 3 deletions .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/room/[id]/page": "app/room/[id]/page.js",
"/api/assist/route": "app/api/assist/route.js",
"/page": "app/page.js"
"/page": "app/page.js",
"/join/page": "app/join/page.js",
"/room/[id]/page": "app/room/[id]/page.js"
}
Loading