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 1aaba47 commit 5f76e16Copy full SHA for 5f76e16
β.gitignoreβ
@@ -1,7 +1,7 @@
1
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3
# dependencies
4
-/node_modules
+node_modules
5
/.pnp
6
.pnp.js
7
@@ -21,3 +21,6 @@
21
npm-debug.log*
22
yarn-debug.log*
23
yarn-error.log*
24
+
25
+amplify
26
+.next
βdemo/package.jsonβ
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
- "build": "next build",
+ "build": "next build && next export",
8
"start": "next start"
9
},
10
"dependencies": {
0 commit comments