Update start script in package.json to use standalone server build for production
This commit is contained in:
parent
63cf553144
commit
992c1a952d
2 changed files with 43 additions and 43 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"json-server": "json-server --watch db.json --port 3001"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^15.0.0",
|
||||
"next": "15.5.9",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
|
|
|
|||
84
yarn.lock
84
yarn.lock
|
|
@ -321,65 +321,65 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/env@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/env@npm:15.5.6"
|
||||
checksum: 10c0/d75e12391c9ce4789fe458a4c08f150eb4b31cdb1e3f4b75c41f7e2cb7f0ee879a155f5ea2d677d23b486bf3b5f4545fcdee00c80dca0e080b5e3de79d053bc2
|
||||
"@next/env@npm:15.5.9":
|
||||
version: 15.5.9
|
||||
resolution: "@next/env@npm:15.5.9"
|
||||
checksum: 10c0/92c4e29d81a8e78c33c2da179648a4f478a9a6852966192e079007b19ec9955e72530d5ca7df55ea0efeccbf5b1c9d0efcaf80433e26af89c6478193e1d088f1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-darwin-arm64@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-darwin-arm64@npm:15.5.6"
|
||||
"@next/swc-darwin-arm64@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-darwin-arm64@npm:15.5.7"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-darwin-x64@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-darwin-x64@npm:15.5.6"
|
||||
"@next/swc-darwin-x64@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-darwin-x64@npm:15.5.7"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-arm64-gnu@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-linux-arm64-gnu@npm:15.5.6"
|
||||
"@next/swc-linux-arm64-gnu@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-linux-arm64-gnu@npm:15.5.7"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-arm64-musl@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-linux-arm64-musl@npm:15.5.6"
|
||||
"@next/swc-linux-arm64-musl@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-linux-arm64-musl@npm:15.5.7"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-x64-gnu@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-linux-x64-gnu@npm:15.5.6"
|
||||
"@next/swc-linux-x64-gnu@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-linux-x64-gnu@npm:15.5.7"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-x64-musl@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-linux-x64-musl@npm:15.5.6"
|
||||
"@next/swc-linux-x64-musl@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-linux-x64-musl@npm:15.5.7"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-win32-arm64-msvc@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-win32-arm64-msvc@npm:15.5.6"
|
||||
"@next/swc-win32-arm64-msvc@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-win32-arm64-msvc@npm:15.5.7"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-win32-x64-msvc@npm:15.5.6":
|
||||
version: 15.5.6
|
||||
resolution: "@next/swc-win32-x64-msvc@npm:15.5.6"
|
||||
"@next/swc-win32-x64-msvc@npm:15.5.7":
|
||||
version: 15.5.7
|
||||
resolution: "@next/swc-win32-x64-msvc@npm:15.5.7"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
|
@ -1922,19 +1922,19 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"next@npm:^15.0.0":
|
||||
version: 15.5.6
|
||||
resolution: "next@npm:15.5.6"
|
||||
"next@npm:15.5.9":
|
||||
version: 15.5.9
|
||||
resolution: "next@npm:15.5.9"
|
||||
dependencies:
|
||||
"@next/env": "npm:15.5.6"
|
||||
"@next/swc-darwin-arm64": "npm:15.5.6"
|
||||
"@next/swc-darwin-x64": "npm:15.5.6"
|
||||
"@next/swc-linux-arm64-gnu": "npm:15.5.6"
|
||||
"@next/swc-linux-arm64-musl": "npm:15.5.6"
|
||||
"@next/swc-linux-x64-gnu": "npm:15.5.6"
|
||||
"@next/swc-linux-x64-musl": "npm:15.5.6"
|
||||
"@next/swc-win32-arm64-msvc": "npm:15.5.6"
|
||||
"@next/swc-win32-x64-msvc": "npm:15.5.6"
|
||||
"@next/env": "npm:15.5.9"
|
||||
"@next/swc-darwin-arm64": "npm:15.5.7"
|
||||
"@next/swc-darwin-x64": "npm:15.5.7"
|
||||
"@next/swc-linux-arm64-gnu": "npm:15.5.7"
|
||||
"@next/swc-linux-arm64-musl": "npm:15.5.7"
|
||||
"@next/swc-linux-x64-gnu": "npm:15.5.7"
|
||||
"@next/swc-linux-x64-musl": "npm:15.5.7"
|
||||
"@next/swc-win32-arm64-msvc": "npm:15.5.7"
|
||||
"@next/swc-win32-x64-msvc": "npm:15.5.7"
|
||||
"@swc/helpers": "npm:0.5.15"
|
||||
caniuse-lite: "npm:^1.0.30001579"
|
||||
postcss: "npm:8.4.31"
|
||||
|
|
@ -1977,7 +1977,7 @@ __metadata:
|
|||
optional: true
|
||||
bin:
|
||||
next: dist/bin/next
|
||||
checksum: 10c0/17d08dda8e0503aff9f2de27ea77bde193fd5f9f3faaaefa9dfb0f8957880c49f47cb1ebb6c3a014664890dee2aafa1da31e3093e7fd8c205caf956d25781704
|
||||
checksum: 10c0/6a120afbc45b96aa14debba6375602d6319093af4e3e8c648cf22b12ffb9db016c889df5e764cf5e0aa414ad60505db4e2095624a19f4b71316561076158651a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -2191,7 +2191,7 @@ __metadata:
|
|||
"@types/react-dom": "npm:^19.0.0"
|
||||
autoprefixer: "npm:^10.4.0"
|
||||
json-server: "npm:^0.17.4"
|
||||
next: "npm:^15.0.0"
|
||||
next: "npm:15.5.9"
|
||||
postcss: "npm:^8.4.0"
|
||||
react: "npm:^19.0.0"
|
||||
react-dom: "npm:^19.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue