From 1619408053e4943ddd9163f5b4cb2a5e46c72b77 Mon Sep 17 00:00:00 2001 From: Kaya Samat Date: Sat, 8 Aug 2026 01:11:24 +0300 Subject: [PATCH] add build config --- keyfile.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/keyfile.json b/keyfile.json index 3146bac..63c209c 100644 --- a/keyfile.json +++ b/keyfile.json @@ -1,3 +1,5 @@ { - "type": "static" -} + "type": "static", + "build": "npm install && npm run build", + "static_dir": "dist" +} \ No newline at end of file