feat: add login and print user object on my-pages
This commit is contained in:
committed by
Simon Emanuelsson
parent
f1278a8d11
commit
70f9c22410
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user