Fix set score rendering
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user