memos/server
Claude 739fd2cde6 refactor: update markdown parser
- Removed the `nodes` field from the `Memo` interface in `memo_service.ts`.
- Updated the `createBaseMemo` function and the `Memo` message functions to reflect the removal of `nodes`.
- Cleaned up the serialization and deserialization logic accordingly.

chore: remove code-inspector-plugin from Vite configuration

- Deleted the `codeInspectorPlugin` from the Vite configuration in `vite.config.mts`.
- Simplified the plugins array to include only `react` and `tailwindcss`.
2025-10-26 11:28:40 +08:00
..
profiler chore: fix linter 2025-05-27 23:22:32 +08:00
router refactor: update markdown parser 2025-10-26 11:28:40 +08:00
runner refactor: update markdown parser 2025-10-26 11:28:40 +08:00
server.go refactor: update markdown parser 2025-10-26 11:28:40 +08:00