diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-04 16:19:49 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-04 16:19:49 +0900 |
| commit | 10fc1b4ea7a601e2195b21082dfc61dc3edfde09 (patch) | |
| tree | 02908c68c99adf6d9f0631b43b870bcd76c6d8f8 /mac/.cursor/rules/env.mdc | |
| parent | 2a1c3a2fa146299f7a0cc19a90ee7242fdb3b01d (diff) | |
modified aerospace/aerospace.toml, modified tmux/tmux.conf, created .cursor/
Diffstat (limited to 'mac/.cursor/rules/env.mdc')
| -rw-r--r-- | mac/.cursor/rules/env.mdc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mac/.cursor/rules/env.mdc b/mac/.cursor/rules/env.mdc new file mode 100644 index 0000000..1cd84c0 --- /dev/null +++ b/mac/.cursor/rules/env.mdc @@ -0,0 +1,31 @@ +--- +description: product stacks +globs: +alwaysApply: true +--- +# environment information + +## stacks + +- framework: Next.js (latest) with app router +- styling: tailwind css + shadcn/ui (latest) +- state manager: jotai (latest) +- validation: zod (not always required) +- i18n/l10n: i18next (latest) +- database: postgres 17.2, orm: drizzle (latest) +- auth: next-auth (latest) + +## convention + +- use sonner when notification is required. +- there are lots of examples. search for examples. +- ignore `any` linter error. I will handle it later. +- server action's function must be async function. (nextjs 15) + +## Editting rules + +- Please, check the provided files(code) before editting. +- You don't have to check ALL. (ex: via CLI - npm run dev / npm run build / database sql / lint ...) I am monitoring together. +- If you got problem with CLI, stop and say 'Help me.' I will help you. +- You can use bash. + |
