Skip to content

Commit a54d516

Browse files
committed
feat: fleek config
1 parent f622334 commit a54d516

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.fleek.json

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)