- Configured Next.js app with app router - Set up Tailwind CSS with custom dark theme - Implemented providers with SessionProvider and ThemeProvider - Added toast system - Configured ESLint and Prettier - Set up pre-commit hooks with husky and lint-staged 🚀 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
5 lines
100 B
JSON
5 lines
100 B
JSON
{
|
|
"/_app": "pages/_app.js",
|
|
"/_error": "pages/_error.js",
|
|
"/_document": "pages/_document.js"
|
|
} |