Install dotenv

This commit is contained in:
Konstantin Wohlwend 2026-01-28 09:42:12 -08:00
parent 484c3a6332
commit 6d608212cb
3 changed files with 18 additions and 15 deletions

View File

@ -53,6 +53,7 @@
"start:mock-oauth-server": "pnpm pre && turbo run start --concurrency 99999 --filter=@stackframe/mock-oauth-server",
"lint": "pnpm pre && turbo run lint --continue -- --max-warnings=0",
"release": "pnpm pre && release",
"dotenv": "dotenv",
"peek": "pnpm pre && pnpm release --peek",
"changeset": "pnpm pre && changeset",
"test": "pnpm pre && vitest",
@ -90,7 +91,8 @@
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"wait-on": "^8.0.1"
"wait-on": "^8.0.1",
"dotenv-cli": "^7.3.0"
},
"pnpm": {
"overrides": {

View File

@ -57,6 +57,9 @@ importers:
concurrently:
specifier: ^8.2.2
version: 8.2.2
dotenv-cli:
specifier: ^7.3.0
version: 7.4.1
esbuild:
specifier: ^0.24.0
version: 0.24.2
@ -10072,10 +10075,6 @@ packages:
resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==}
engines: {node: '>=4.8'}
cross-spawn@7.0.3:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
engines: {node: '>= 8'}
cross-spawn@7.0.6:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
@ -23344,7 +23343,7 @@ snapshots:
'@babel/core': 7.28.0
'@sentry/babel-plugin-component-annotate': 4.3.0
'@sentry/cli': 2.53.0(encoding@0.1.13)
dotenv: 16.4.7
dotenv: 16.6.1
find-up: 5.0.0
glob: 9.3.5
magic-string: 0.30.8
@ -26353,12 +26352,6 @@ snapshots:
shebang-command: 1.2.0
which: 1.3.1
cross-spawn@7.0.3:
dependencies:
path-key: 3.1.1
shebang-command: 2.0.0
which: 2.0.2
cross-spawn@7.0.6:
dependencies:
path-key: 3.1.1
@ -26792,8 +26785,8 @@ snapshots:
dotenv-cli@7.4.1:
dependencies:
cross-spawn: 7.0.3
dotenv: 16.4.7
cross-spawn: 7.0.6
dotenv: 16.6.1
dotenv-expand: 10.0.0
minimist: 1.2.8

View File

@ -10,4 +10,12 @@ minimumReleaseAge: 2880
minimumReleaseAgeExclude:
- next
- '@next/env'
- '@next/swc'
- '@next/swc-darwin-arm64'
- '@next/swc-darwin-x64'
- '@next/swc-linux-arm64-gnu'
- '@next/swc-linux-arm64-musl'
- '@next/swc-linux-x64-gnu'
- '@next/swc-linux-x64-musl'
- '@next/swc-win32-arm64-msvc'
- '@next/swc-win32-ia32-msvc'
- '@next/swc-win32-x64-msvc'