Merge pull request #23 from BlackRoad-OS/codex/refactor-documentation-site-for-next.js-standards
This commit is contained in:
@@ -4,11 +4,14 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "Official documentation hub for BlackRoad OS",
|
"description": "Official documentation hub for BlackRoad OS",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3000",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p $PORT",
|
"start": "next start -p ${PORT:-3000}",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "14.2.4",
|
"next": "14.2.4",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user