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 4d6bf40 commit 10661c8Copy full SHA for 10661c8
now.json
@@ -3,6 +3,6 @@
3
"name": "NextJS Json Api Route",
4
"alias": "nextjs-json-api-route.now.sh",
5
"builds": [
6
- {"src": "src/package.json", "use": "@now/next", "config": {"distDir": "build"}}
+ {"src": "package.json", "use": "@now/next", "config": {"distDir": "build"}}
7
]
8
}
src/package.json renamed to package.json
0 commit comments