Finalize scaffold lockfile and implementation plan

This commit is contained in:
Asep Haryana Saputra
2026-05-22 13:05:59 +00:00
parent 1712108382
commit 99285d1663
3 changed files with 1337 additions and 14 deletions
+4 -4
View File
@@ -2,6 +2,10 @@
"name": "zeavis-edu",
"private": true,
"packageManager": "bun@1.1.42",
"devDependencies": {
"@moonrepo/cli": "^1.32.4",
"typescript": "^5.6.3"
},
"workspaces": [
"apps/*",
"packages/*"
@@ -10,9 +14,5 @@
"dev": "moon run :dev",
"build": "moon run :build",
"typecheck": "moon run :typecheck"
},
"devDependencies": {
"@moonrepo/cli": "^1.32.4",
"typescript": "^5.6.3"
}
}