Add passthru.entrypoint to lovelace modules
This commit is contained in:
@ -26,9 +26,7 @@ buildNpmPackage rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
entrypoint = "auto-entities.js";
|
||||
};
|
||||
passthru.entrypoint = "auto-entities.js";
|
||||
|
||||
makeCacheWritable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user