From 10fc1b4ea7a601e2195b21082dfc61dc3edfde09 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:19:49 +0900 Subject: modified aerospace/aerospace.toml, modified tmux/tmux.conf, created .cursor/ --- mac/.cursor/rules/env.mdc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mac/.cursor/rules/env.mdc (limited to 'mac/.cursor/rules/env.mdc') 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. + -- cgit v1.2.3