Skip to content

Commit a9d868d

Browse files
committed
add cursor environment
1 parent 216266b commit a9d868d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.cursor/environment.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Sentry JavaScript SDK Development",
3+
"install": "curl https://get.volta.sh | bash && export VOLTA_HOME=\"$HOME/.volta\" && export PATH=\"$VOLTA_HOME/bin:$PATH\" && export VOLTA_FEATURE_PNPM=1 && yarn install",
4+
"start": "export VOLTA_HOME=\"$HOME/.volta\" && export PATH=\"$VOLTA_HOME/bin:$PATH\" && export VOLTA_FEATURE_PNPM=1",
5+
"terminals": [
6+
{
7+
"name": "Development",
8+
"command": "export VOLTA_HOME=\"$HOME/.volta\" && export PATH=\"$VOLTA_HOME/bin:$PATH\" && export VOLTA_FEATURE_PNPM=1 && echo 'Volta setup complete. Node version:' && node --version && echo 'Yarn version:' && yarn --version",
9+
"description": "Main development terminal with Volta environment configured"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)