Initial SolarEdge Optimizer Home Assistant App
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "solaredge-optimizers",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"packageManager": "bun@1.3.14",
|
||||
"workspaces": [
|
||||
"solaredge-optimizer-data",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bun --filter @solar-dash/solaredge-optimizer-app build",
|
||||
"test": "bun --filter '*' test",
|
||||
"typecheck": "bun --filter '*' typecheck"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user