Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908f415 commit b4843b8Copy full SHA for b4843b8
package.json
@@ -3,6 +3,10 @@
3
"version": "1.1.2",
4
"description": "run Nextj.s seamlessly on netlify",
5
"main": "index.js",
6
+ "files": [
7
+ "helpers/**/*.js",
8
+ "manifest.yml"
9
+ ],
10
"scripts": {
11
"format": "prettier --write .",
12
"build": "next build test/sample",
0 commit comments