|
|
@@ -48,14 +48,6 @@ This is a full-stack TypeScript application using:
|
|
|
- Trainee expiration system with automatic status updates
|
|
|
- Middleware in `src/server/middleware/`
|
|
|
|
|
|
-## Development Notes
|
|
|
-- Uses pnpm as package manager
|
|
|
-- Vite for both dev server and production builds
|
|
|
-- SSR (Server-Side Rendering) setup with Hono.js
|
|
|
-- Environment variables via `.env` file
|
|
|
-- Port 8080 for development and production
|
|
|
-- always response in chinese
|
|
|
-
|
|
|
## Project Standards & Rules
|
|
|
- @.roo/rules/01-general.md - 通用开发规范
|
|
|
- @.roo/rules/02-typescript.md - TypeScript规范
|
|
|
@@ -75,4 +67,12 @@ This is a full-stack TypeScript application using:
|
|
|
- @.roo/rules/12-generic-crud.md - 通用CRUD规范
|
|
|
- @.roo/rules/13-ui-style.md - UI样式规范
|
|
|
- @.roo/rules/14-crud-filtering.md - CRUD筛选规范
|
|
|
-- @.roo/rules/15-user-tracking.md - 用户追踪规范
|
|
|
+- @.roo/rules/15-user-tracking.md - 用户追踪规范
|
|
|
+
|
|
|
+## Development Notes
|
|
|
+- Uses pnpm as package manager
|
|
|
+- Vite for both dev server and production builds
|
|
|
+- SSR (Server-Side Rendering) setup with Hono.js
|
|
|
+- Environment variables via `.env` file
|
|
|
+- Port 8080 for development and production
|
|
|
+- always response in chinese
|