Skip to content

Commit f62a4b2

Browse files
authored
Merge pull request #44 from CS3219-AY2425S1/fix/auth
Fix/auth
2 parents 443e74f + 1371bc3 commit f62a4b2

File tree

14 files changed

+2490
-2983
lines changed

14 files changed

+2490
-2983
lines changed

peerprep-fe/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
output: "standalone"
3+
output: 'standalone',
44
};
55

66
export default nextConfig;

peerprep-fe/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"nuqs": "^1.19.3",
3131
"react": "^18",
3232
"react-dom": "^18",
33+
"react-nice-avatar": "^1.5.0",
3334
"tailwind-merge": "^2.5.2",
3435
"tailwindcss-animate": "^1.0.7",
3536
"zustand": "5.0.0-rc.2"

0 commit comments

Comments
 (0)