Skip to content

Commit 9a350b6

Browse files
authored
Add dotenv-cli as a dependency in package.json (#285)
1 parent 6d673b2 commit 9a350b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frameworks/react-cra/add-ons/sentry/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"start": "node --import ./.output/server/instrument.server.mjs .output/server/index.mjs"
66
},
77
"dependencies": {
8-
"@sentry/tanstackstart-react": "^10.22.0"
8+
"@sentry/tanstackstart-react": "^10.22.0",
9+
"dotenv-cli": "^11.0.0"
910
}
1011
}

0 commit comments

Comments
 (0)