mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-21 23:12:16 +01:00
📌 Fix turbo version
This commit is contained in:
@@ -20,5 +20,7 @@ module.exports = withBundleAnalyzer({
|
||||
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'
|
||||
},
|
||||
});
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"prettier": "^3.0.0",
|
||||
"sass": "^1.56.1",
|
||||
"ts-node": "latest",
|
||||
"turbo": "latest",
|
||||
"turbo": "^1.10.12",
|
||||
"typescript": "^5.1.0",
|
||||
"video.js": "^8.0.3",
|
||||
"vite-tsconfig-paths": "^4.2.0",
|
||||
|
||||
@@ -5924,7 +5924,7 @@ __metadata:
|
||||
sass: ^1.56.1
|
||||
sharp: ^0.32.4
|
||||
ts-node: latest
|
||||
turbo: latest
|
||||
turbo: ^1.10.12
|
||||
typescript: ^5.1.0
|
||||
uuid: ^9.0.0
|
||||
video.js: ^8.0.3
|
||||
@@ -9705,7 +9705,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"turbo@npm:latest":
|
||||
"turbo@npm:^1.10.12":
|
||||
version: 1.10.12
|
||||
resolution: "turbo@npm:1.10.12"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user