feat: 🎸 Remove dotenv dep

This commit is contained in:
Jin 2025-03-25 22:31:07 +01:00
parent 94cd54f17e
commit 924044ae52
3 changed files with 2 additions and 23 deletions

View File

@ -1,7 +0,0 @@
SSO_ENABLED="false"
BASE_URL="http://localhost:8080"
CLIENT_ID="1234"
SECRET="I-Like-Trilium-Notes"
TOTP_ENABLED="false"
TOTP_SECRET="Trilium-Notes-is-the-best"

13
package-lock.json generated
View File

@ -32,7 +32,6 @@
"dayjs": "1.11.13",
"dayjs-plugin-utc": "0.1.2",
"debounce": "2.2.0",
"dotenv": "^16.4.5",
"draggabilly": "3.0.0",
"ejs": "3.1.10",
"electron-debug": "4.1.0",
@ -9203,18 +9202,6 @@
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/dotenv": {
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/draggabilly": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/draggabilly/-/draggabilly-3.0.0.tgz",

View File

@ -91,8 +91,6 @@
"csrf-csrf": "3.1.0",
"dayjs": "1.11.13",
"dayjs-plugin-utc": "0.1.2",
"dotenv": "^16.4.5",
"express-openid-connect": "^2.17.1",
"debounce": "2.2.0",
"draggabilly": "3.0.0",
"ejs": "3.1.10",
@ -103,7 +101,7 @@
"escape-html": "1.0.3",
"eslint-linter-browserify": "9.22.0",
"express": "4.21.2",
"time2fa": "^1.3.0",
"express-openid-connect": "^2.17.1",
"express-rate-limit": "7.5.0",
"express-session": "1.18.1",
"force-graph": "1.49.5",
@ -151,6 +149,7 @@
"strip-bom": "5.0.0",
"striptags": "3.2.0",
"swagger-ui-express": "5.0.1",
"time2fa": "^1.3.0",
"tmp": "0.2.3",
"turndown": "7.2.0",
"unescape": "1.0.1",