📌 Fix turbo version

This commit is contained in:
Manuel
2023-08-05 12:10:34 +02:00
parent 9f7c41919d
commit 0455db61af
3 changed files with 6 additions and 4 deletions

View File

@@ -20,5 +20,7 @@ module.exports = withBundleAnalyzer({
permanent: false, permanent: false,
}, },
], ],
env: process.env.NEXTAUTH_URL_INTERNAL || process.env.HOSTNAME || 'http://localhost:3000', env: {
NEXTAUTH_URL_INTERNAL: process.env.NEXTAUTH_URL_INTERNAL || process.env.HOSTNAME || 'http://localhost:3000'
},
}); });

View File

@@ -123,7 +123,7 @@
"prettier": "^3.0.0", "prettier": "^3.0.0",
"sass": "^1.56.1", "sass": "^1.56.1",
"ts-node": "latest", "ts-node": "latest",
"turbo": "latest", "turbo": "^1.10.12",
"typescript": "^5.1.0", "typescript": "^5.1.0",
"video.js": "^8.0.3", "video.js": "^8.0.3",
"vite-tsconfig-paths": "^4.2.0", "vite-tsconfig-paths": "^4.2.0",

View File

@@ -5924,7 +5924,7 @@ __metadata:
sass: ^1.56.1 sass: ^1.56.1
sharp: ^0.32.4 sharp: ^0.32.4
ts-node: latest ts-node: latest
turbo: latest turbo: ^1.10.12
typescript: ^5.1.0 typescript: ^5.1.0
uuid: ^9.0.0 uuid: ^9.0.0
video.js: ^8.0.3 video.js: ^8.0.3
@@ -9705,7 +9705,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"turbo@npm:latest": "turbo@npm:^1.10.12":
version: 1.10.12 version: 1.10.12
resolution: "turbo@npm:1.10.12" resolution: "turbo@npm:1.10.12"
dependencies: dependencies: