docs: deprecate endpoints

This commit is contained in:
David Nguyen
2026-06-24 17:12:18 +10:00
parent 187b612568
commit 93d868a389
38 changed files with 453 additions and 44 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --port 3004",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx"