Initial commit

This commit is contained in:
Daniel Volz
2025-12-19 13:09:53 +01:00
commit 47f8494795
31 changed files with 4055 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "medassist-monorepo",
"private": true,
"version": "0.1.0",
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"dev": "npm run dev --workspaces",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces"
}
}