We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0268b commit c409aa2Copy full SHA for c409aa2
.nowignore
@@ -0,0 +1 @@
1
+yarn.lock
now.json
@@ -3,6 +3,6 @@
3
"name": "NextJS Json Api Route",
4
"alias": "nextjs-json-api-route.now.sh",
5
"builds": [
6
- {"src": "package.json", "use": "@now/next", "config": {"distDir": "build"}}
+ {"src": "package.json", "use": "@now/next" }
7
]
8
}
0 commit comments