Fix set score rendering

This commit is contained in:
marc
2025-04-27 11:49:44 +02:00
parent e07ec0b9bf
commit 695e0b54bf
5 changed files with 1119 additions and 135 deletions

View File

@@ -27,9 +27,9 @@ async def lifespan(_: FastAPI):
directories.STATIC_DIR / "css" / "main.css",
# "--minify"
])
log.logger.info("Tailwind CSS done")
except Exception as e:
log.logger.error(f"Error running tailwindcss: {e}")
log.logger.info("Tailwind CSS done")
log.logger.info("Creating DB...")
create_db()