Skip to content

Commit

Permalink
chore: improve general description
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Dec 25, 2024
1 parent b0e1d73 commit a4ffcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/write_docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function writeDocs(opts: { context: Context }) {

const generals = [
`- This a react project.`,
`- Use @tanstack/react-router for routing.`,
`- Use @umijs/tnf/router for routing, which is reexported from @tanstack/react-router.`,
`- Don't be lazy, write all the code to implement features I ask for.`,
`- Keep a log of what, why and how you did what you did in "fyi.md". Keep it updated.`,
`- Use zod to validate api response.`,
Expand Down

0 comments on commit a4ffcc7

Please sign in to comment.