chore: remove legacy workspace and restructure API + modular admin UI

This commit is contained in:
mberlin
2026-03-19 09:35:10 -03:00
parent 996c6e9241
commit b60fb432ff
94 changed files with 532 additions and 4086 deletions

View File

@@ -1,7 +1,10 @@
{
"name": "planner",
"private": true,
"workspaces": ["packages/*"],
"workspaces": [
"packages/admin",
"packages/server"
],
"scripts": {
"dev": "concurrently \"npm:dev:server\" \"npm:dev:admin\"",
"dev:server": "npm --workspace @planner/server run dev",