update module

This commit is contained in:
Jonas Heinrich 2025-08-21 10:04:21 +02:00
parent aac1cdb118
commit 236e9e6438
3 changed files with 5 additions and 252 deletions

View file

@ -54,6 +54,8 @@ in
settings = {
"static-map" = "/static=${pkgs.fragdenrat}/share/fragdenrat/assets";
# Ensure Python can import the project package
pythonpath = "${pkgs.fragdenrat}/share/fragdenrat";
};
};
};