| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3f38875 commit a8faa9f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -124,6 +124,7 @@ For production, update this to your deployed Strapi URL. | |||
| 124 | 124 | | `react-markdown` | Markdown rendering | | |
| 125 | 125 | | `remark-gfm` | GitHub Flavored Markdown | | |
| 126 | 126 | | `use-debounce` | Debounced search input | | |
| 127 | + | `zod` | Runtime schema validation and parsing | | ||
| 127 | 128 | ||
| 128 | 129 | ### Running Both Servers | |
| 129 | 130 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,7 @@ | |||
| 4 | 4 | "lucide-react": "^0.577.0", | |
| 5 | 5 | "react-markdown": "^9.0.1", | |
| 6 | 6 | "remark-gfm": "^4.0.0", | |
| 7 | - "use-debounce": "^10.1.0" | ||
| 7 | + "use-debounce": "^10.1.0", | ||
| 8 | + "zod": "^4.3.6" | ||
| 8 | 9 | } | |
| 9 | 10 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments