feat: add backoffice apps

This commit is contained in:
Maulana Sodiqin
2025-03-17 09:39:04 +07:00
parent 8a53575cd1
commit 515b78c57f
15 changed files with 595 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@
"gacha:dev": "nx serve gacha",
"gacha:build": "nx build gacha",
"gacha:prod": "serve ./dist/apps/gacha",
"backoffice:dev": "nx serve backoffice",
"backoffice:build": "nx build backoffice",
"backoffice:prod": "serve ./dist/apps/gacha",
"dimentorin:dev": "nx serve dimentorin",
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",