File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments