File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default () => {
2626 ssr : true ,
2727 dev : config . get ( 'nuxtAppEnvironment' ) !== 'production' ,
2828 server : {
29- port : config . get ( 'nuxtAppPort' ) ,
29+ port : process . env . PORT || config . get ( 'nuxtAppPort' ) ,
3030 host : '0.0.0.0' ,
3131 } ,
3232 head : {
Original file line number Diff line number Diff line change 4343 "convict-format-with-validator" : " ^6.2.0" ,
4444 "cookie-universal-nuxt" : " ^2.1.5" ,
4545 "deepdash" : " ^5.3.9" ,
46+ "dotenv" : " ^16.0.0" ,
4647 "isomorphic-dompurify" : " ^0.18.0" ,
4748 "lodash.debounce" : " ^4.0.8" ,
4849 "lodash.merge" : " ^4.6.2" ,
6970 "cypress-pipe" : " ^2.0.0" ,
7071 "cypress-tags" : " ^0.3.0" ,
7172 "deepmerge" : " ^4.2.2" ,
72- "dotenv" : " ^15.0.0" ,
7373 "ejs" : " ^3.1.6" ,
7474 "jest" : " ^27.4.7" ,
7575 "jest-date-mock" : " ^1.0.8" ,
9999 "vue" : " ^2.6.11"
100100 },
101101 "engines" : {
102- "node" : " >= 16.x "
102+ "node" : " ^ 16.13 "
103103 }
104104}
Original file line number Diff line number Diff line change @@ -8563,6 +8563,11 @@ dotenv@^15.0.0:
85638563 resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-15.0.0.tgz#2a585639429bf2c2c62f387f0fffde9c75aafde0"
85648564 integrity sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==
85658565
8566+ dotenv@^16.0.0:
8567+ version "16.0.0"
8568+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
8569+ integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
8570+
85668571dotenv@^9.0.2:
85678572 version "9.0.2"
85688573 resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05"
@@ -14049,9 +14054,9 @@ no-case@^3.0.4:
1404914054 tslib "^2.0.3"
1405014055
1405114056node-abi@^3.3.0:
14052- version "3.5 .0"
14053- resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.5 .0.tgz#26e8b7b251c3260a5ac5ba5aef3b4345a0229248 "
14054- integrity sha512-LtHvNIBgOy5mO8mPEUtkCW/YCRWYEKshIvqhe1GHHyXEHEB5mgICyYnAcl4qan3uFeRROErKGzatFHPf6kDxWw ==
14057+ version "3.8 .0"
14058+ resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.8 .0.tgz#679957dc8e7aa47b0a02589dbfde4f77b29ccb32 "
14059+ integrity sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw ==
1405514060 dependencies:
1405614061 semver "^7.3.5"
1405714062
You can’t perform that action at this time.
0 commit comments