diff --git a/src/frontend/lib/FastAPIServer.py b/src/frontend/lib/FastAPIServer.py index fe1cbf1..32014cb 100644 --- a/src/frontend/lib/FastAPIServer.py +++ b/src/frontend/lib/FastAPIServer.py @@ -149,6 +149,7 @@ class FastAPIServer(): def compile_static_files(self): """Compile static files for web frontend.""" + breakpoint() _pyShelf_src = sass.compile( filename=f"{STATIC_DIR}/styles/pyShelf.sass", # filename='src/frontend/static/styles/pyShelf.sass',