chore: remove type-gen script

This commit is contained in:
Steven
2024-02-05 20:42:01 +08:00
parent e35225ff24
commit ba460382b0
6 changed files with 3 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
3. Install frontend dependencies and generate TypeScript code from protobuf
```
cd web && pnpm i && pnpm type-gen
cd web && pnpm i
```
4. Start the dev server of frontend