alpha wip

This commit is contained in:
2025-12-03 01:16:37 +01:00
parent 97e29d3d80
commit a572e6edce
104 changed files with 187 additions and 68 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "@gridpilot/automation-infrastructure",
"version": "1.0.0",
"type": "module",
"exports": {
"./adapters/*": "./adapters/*.ts",
"./config/*": "./config/*.ts",
"./repositories/*": "./repositories/*.ts"
},
"dependencies": {
"@gridpilot/automation-domain": "*"
}
}