docs: update development server ports and enhance Railpack documentation

- Changed development server ports for both the docs and website applications to avoid conflicts.
- Expanded the Railpack documentation to include a section on specifying the Railpack version, detailing how to pin, upgrade, or maintain stable versions for consistent builds.
- Added a callout for invalid version specifications to improve user guidance.
This commit is contained in:
Mauricio Siu
2025-12-07 20:25:46 -06:00
parent 33777b77c1
commit a4bca9b709
3 changed files with 26 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --port 3002",
"start": "next start",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx",