Updated agents md file

This commit is contained in:
2025-09-10 19:49:40 +02:00
parent cdb500bac2
commit 701bf1c548
2 changed files with 32 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"build": "next build --turbopack",
"start": "next start",
"typegen": "next typegen",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"fmt": "dprint fmt src/**/*.ts src/**/*.tsx"