Skip to content

Commit

Permalink
🐛 fix static files not being installed with frontend (#435)
Browse files Browse the repository at this point in the history
This PR fixes an issue where the static files for the MQT Bench frontend
would not be installed with the frontend. This would prevent the server
from properly starting.

Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer authored Dec 1, 2024
1 parent a0e054f commit 9ac1ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ dependencies = [
[project.scripts]
"mqt.bench.viewer" = "mqt.bench.viewer.main:start_server"


[tool.setuptools.package-data]
"mqt.bench.viewer" = ["static/**/*", "templates/*"]


[tool.pytest.ini_options]
minversion = "7.2"
testpaths = ["tests"]
Expand Down

0 comments on commit 9ac1ecf

Please sign in to comment.