Skip to content

Commit

Permalink
expected nextauth error
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaBool committed Jul 12, 2021
1 parent cca3669 commit 014a921
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "npm: dev",
"detail": "next dev"
},
{
"type": "npm",
"script": "junk",
"problemMatcher": [],
"label": "npm: junk",
"detail": "node junk.js"
},
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"junk": "node junk.js",
"export": "next export",
"start": "next start"
},
Expand Down

0 comments on commit 014a921

Please sign in to comment.