We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f622334 commit a54d516Copy full SHA for a54d516
.fleek.json
@@ -0,0 +1,10 @@
1
+{
2
+ "build": {
3
+ "image": "node:16.19",
4
+ "command": "npm ci && npm run generate",
5
+ "publicDir": "dist",
6
+ "environment": {
7
+ "SERVER_ENV": "production"
8
+ }
9
10
+}
0 commit comments