Skip to content

Commit

Permalink
Merge pull request #44 from CS3219-AY2425S1/fix/auth
Browse files Browse the repository at this point in the history
Fix/auth
  • Loading branch information
simbayippy authored Oct 9, 2024
2 parents 443e74f + 1371bc3 commit f62a4b2
Show file tree
Hide file tree
Showing 14 changed files with 2,490 additions and 2,983 deletions.
2 changes: 1 addition & 1 deletion peerprep-fe/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone"
output: 'standalone',
};

export default nextConfig;
1 change: 1 addition & 0 deletions peerprep-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"nuqs": "^1.19.3",
"react": "^18",
"react-dom": "^18",
"react-nice-avatar": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zustand": "5.0.0-rc.2"
Expand Down
Loading

0 comments on commit f62a4b2

Please sign in to comment.