fix: add type=file on Input & InputForm components

Juga fix script untuk serve backoffice
This commit is contained in:
Hafid Nur
2025-03-31 01:13:21 +07:00
parent f7a7acaf65
commit 3bbdba7015
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"gacha:prod": "serve ./dist/apps/gacha",
"backoffice:dev": "nx serve backoffice",
"backoffice:build": "nx build backoffice",
"backoffice:prod": "serve ./dist/apps/gacha",
"backoffice:prod": "serve ./dist/apps/backoffice",
"dimentorin:dev": "nx serve dimentorin",
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",