General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
82
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
uv add <package>.uv test.uv run <script>.When asked for debugging, follow these steps:
if __name__ == "__main__":
import uvicorn
uvicorn.run("rhesis.backend.app.main:app", host="0.0.0.0", port=8080, reload=True, log_level="debug")
Just add the code and do not check the linter. Do not comment it in the chat.