11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
---
|
|
description: Defines the core technologies and configurations used in the Next.js project setup, including TypeScript, Tailwind CSS, and App Router.
|
|
globs: next.config.js
|
|
---
|
|
- Project is based on Next.js.
|
|
- Use TypeScript.
|
|
- Do not use ESLint.
|
|
- Use Tailwind CSS.
|
|
- Use `src/` directory.
|
|
- Use App Router.
|
|
- Import alias is configured as @/. |