Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- `pnpm preview`: preview the built frontend locally.
- `pnpm lint` / `pnpm lint:fix`: run ESLint (and auto-fix) on the frontend.
- `pnpm type-check`: run `vue-tsc` for frontend type checks.
- Before committing frontend changes, regenerate `components.d.ts` (for auto-imported components) and include it in the same commit.
- Backend (run in `service/`): `pnpm install`, `pnpm start` (dev), `pnpm build`, `pnpm prod`.
- Backend checks (run in `service/`): `pnpm lint`, `pnpm lint:fix`, `pnpm type-check`.

Expand Down
2 changes: 2 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ declare module 'vue' {
IconRiBubbleChartFill: typeof import('~icons/ri/bubble-chart-fill')['default']
IconRiChatDownloadLine: typeof import('~icons/ri/chat-download-line')['default']
IconRiChatHistoryLine: typeof import('~icons/ri/chat-history-line')['default']
IconRiChatNewLine: typeof import('~icons/ri/chat-new-line')['default']
IconRiChatQuoteLine: typeof import('~icons/ri/chat-quote-line')['default']
IconRiChatUploadLine: typeof import('~icons/ri/chat-upload-line')['default']
IconRiCloseCircleLine: typeof import('~icons/ri/close-circle-line')['default']
Expand All @@ -53,6 +54,7 @@ declare module 'vue' {
IconRiSettings4Line: typeof import('~icons/ri/settings4-line')['default']
IconRiSettingsLine: typeof import('~icons/ri/settings-line')['default']
IconRiStopCircleLine: typeof import('~icons/ri/stop-circle-line')['default']
IconRiStore2Line: typeof import('~icons/ri/store2-line')['default']
IconRiUpload2Fill: typeof import('~icons/ri/upload2-fill')['default']
IconRiUser5Line: typeof import('~icons/ri/user5-line')['default']
IconUilExit: typeof import('~icons/uil/exit')['default']
Expand Down
14 changes: 0 additions & 14 deletions src/assets/recommend.json

This file was deleted.

Loading