Add Bun and Moon workspace configuration

This commit is contained in:
Asep Haryana Saputra
2026-05-22 12:14:27 +00:00
parent 81bce711b6
commit 4413133bf3
7 changed files with 66 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "zeavis-edu",
"private": true,
"packageManager": "bun@1.1.42",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "moon run :dev",
"build": "moon run :build",
"typecheck": "moon run :typecheck"
},
"devDependencies": {
"@moonrepo/cli": "^1.32.4",
"typescript": "^5.6.3"
}
}