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 afc3c22 commit 83587ceCopy full SHA for 83587ce
.nvmrc
@@ -1 +1 @@
1
-23.3.0
+v22.20.0
netlify.toml
@@ -0,0 +1,6 @@
+[build]
2
+# https://docs.netlify.com/build/configure-builds/manage-dependencies/#node-js-and-javascript
3
+# Node version set in .nvmrc
4
+# JS dependencies must be listed in package.json
5
+command = "npm run build"
6
+publish = "dist/"
0 commit comments