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

This commit is contained in:
Maze Winther 2026-06-15 02:15:37 +02:00
parent 6c81db47c0
commit 7ae51862b6
2 changed files with 0 additions and 1821 deletions

1807
bun.lock

File diff suppressed because it is too large Load Diff

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"
}