chore: remove vetrsion

This commit is contained in:
Maulana Sodiqin
2025-11-24 12:51:41 +07:00
parent f5905c0acc
commit efdbc65be6
23 changed files with 432 additions and 8 deletions
+4
View File
@@ -15,6 +15,10 @@
"dimentorin:test": "nx test dimentorin",
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",
"hackathon:dev": "nx dev hackathon",
"hackathon:build": "nx build hackathon",
"hackathon:test": "nx test hackathon",
"hackathon:prod": "serve ./dist/apps/hackathon",
"landing:dev": "nx serve landing",
"landing:build": "nx build landing",
"landing:prod": "cd ./dist/apps/landing && npx next start",