Commit 7352e960 by mvginghina

Apply fixes for dependency issues

parent 44a12fbf
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_API_URL=http://localhost:8000
\ No newline at end of file
NEXT_PUBLIC_API_URL=https://wbt2425-6-gmv-b8azcsamdahdhkbm.spaincentral-01.azurewebsites.net
NEXT_PUBLIC_API_URL=https://wbt2425-06-gmv-efetb6ehere9g5f3.spaincentral-01.azurewebsites.net/
NEXT_PUBLIC_BASE_PATH=/public
[{"name":"generate-buildid","duration":239,"timestamp":3761907858,"id":4,"parentId":1,"tags":{},"startTime":1747287189854,"traceId":"2962b8312dc98001"},{"name":"load-custom-routes","duration":287,"timestamp":3761908184,"id":5,"parentId":1,"tags":{},"startTime":1747287189854,"traceId":"2962b8312dc98001"},{"name":"next-build","duration":79860,"timestamp":3761829963,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.2.4"},"startTime":1747287189776,"traceId":"2962b8312dc98001"}]
"scripts": {
"dev": "next dev",
"build": "next build && cp -r build/* ../fastapi/public/ && rm ../fastapi/public/package.json",
"start": "next start",
"lint": "next lint"
{
"name": "my-v0-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && cp -r build/* ../fastapi/public/ && rm ../fastapi/public/package.json",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^14.2.16",
"react": "^19",
"react-dom": "^19"
}
}
......@@ -446,4 +446,4 @@ export const getEventReviews = async (eventId) => {
console.error(`Error fetching reviews for event ${eventId}:`, error)
throw error
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment