Add passthru.entrypoint to lovelace modules
This commit is contained in:
@ -26,6 +26,8 @@ buildNpmPackage rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.entrypoint = "state-switch.js";
|
||||
|
||||
makeCacheWritable = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Reference in New Issue
Block a user