feat: add login and print user object on my-pages

This commit is contained in:
Arvid Norlin
2024-03-11 17:27:57 +01:00
committed by Simon Emanuelsson
parent f1278a8d11
commit 70f9c22410
19 changed files with 396 additions and 46 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "rm -rf .next && next dev",
"lint": "next lint && tsc",
"prepare": "husky install",
"start": "node .next/standalone/server.js",
@@ -26,6 +26,7 @@
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"next": "^14.1.0",
"next-auth": "^5.0.0-beta.15",
"react": "^18",
"react-dom": "^18",
"server-only": "^0.0.1",
@@ -50,4 +51,4 @@
"engines": {
"node": "18"
}
}
}