chore: add cursor rules for trigger

This commit is contained in:
javayhu 2025-06-23 01:02:57 +08:00
parent d9e076ed8b
commit 57fa9a0136
2 changed files with 1270 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"postinstall": "fumadocs-mdx",
"trigger:dev": "npx trigger.dev@latest dev",
"lint": "biome check --write .",
"lint:fix": "biome check --fix --unsafe .",
"format": "biome format --write .",