This website requires JavaScript.
Explore
Help
Sign In
WuYanBo
/
CodeReview
Watch
1
Star
0
Fork
You've already forked CodeReview
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c43b0f4c09
CodeReview
/
frontend
/
postcss.config.js
6 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit: Add XCodeReviewer project files
2025-09-20 00:09:00 +08:00
export
default
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
refactor(project-structure): Restructure project architecture and improve code organization - Reorganize source code into feature-based and shared module structure - Move components, services, and hooks into more logical directories - Update project configuration files to reflect new structure - Add .env.example template for easier environment setup - Enhance README.md with more detailed project information and setup instructions - Consolidate utility functions and hooks into shared modules - Remove deprecated or unused files and components - Improve type definitions and configuration management - Update routing and main application configuration This refactoring aims to improve code maintainability, readability, and scalability by implementing a more modular and organized project structure.
2025-10-22 15:12:59 +08:00
}
;