add build config

This commit is contained in:
Kaya Samat
2026-08-08 01:11:24 +03:00
parent e29d55dea1
commit 1619408053
+3 -1
View File
@@ -1,3 +1,5 @@
{
"type": "static"
"type": "static",
"build": "npm install && npm run build",
"static_dir": "dist"
}