feat(docs): enhance documentation structure and add Docker support for standalone Next.js app

This commit is contained in:
HouYunFei
2026-06-02 13:23:11 +08:00
parent 7802771e56
commit 6413011e54
24 changed files with 250 additions and 94 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "serve out",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
@@ -31,4 +31,4 @@
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
}
}
}