fix: added energy-management

This commit is contained in:
Willem Serruys
2026-08-19 18:35:47 +02:00
parent fece1603e7
commit 53fa112aa8
38 changed files with 6060 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "energy-management",
"private": true,
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"dev:backend": "npm run dev -w backend",
"dev:frontend": "npm run dev -w frontend",
"build": "npm run build -w backend && npm run build -w frontend",
"test": "npm run test -w backend"
}
}