Skip to content

Commit a643bb4

Browse files
committed
docs: update documentation for build commands and project structure
1 parent 51f5b8d commit a643bb4

File tree

4 files changed

+44
-470
lines changed

4 files changed

+44
-470
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bun tauri dev
3434

3535
Build the frontend only:
3636
```bash
37-
codex generate-ts --out src/bindings # if you didn't run `bun tauri dev`
37+
bun run export:bindings # if you didn't run `bun tauri dev`
3838
bun run build
3939
```
4040

@@ -81,4 +81,3 @@ cp docs/pre-commit .git/hooks/pre-commit
8181

8282
- Tauri v2: https://v2.tauri.app/start/
8383
- LLM Notes (Tauri): https://tauri.app/llms.txt
84-

0 commit comments

Comments
 (0)