chore(tooling): remove root package.json, let moon manage per-project

This commit is contained in:
Maze Winther
2026-06-21 14:59:52 +02:00
parent 6c81db47c0
commit 7ae51862b6
2 changed files with 0 additions and 1821 deletions
-1807
View File
File diff suppressed because it is too large Load Diff
-14
View File
@@ -1,14 +0,0 @@
{
"name": "opencut",
"private": true,
"workspaces": ["apps/*"],
"scripts": {
"dev": "moon run web:dev api:dev",
"dev:web": "moon run web:dev",
"dev:api": "moon run api:dev",
"build": "moon run :build",
"test": "moon run :test",
"deploy": "moon run :deploy"
},
"packageManager": "bun@1.3.11"
}