Added Tunneling Run Configurations (WSL)

This commit is contained in:
thschleicher 2023-11-29 13:26:12 +01:00
parent 5786b14b36
commit ab281466d4

View file

@ -7,7 +7,12 @@
"android": "expo start --android", "android": "expo start --android",
"ios": "expo start --ios", "ios": "expo start --ios",
"web": "expo start --web", "web": "expo start --web",
"test": "jest --watchAll" "test": "jest --watchAll",
"start tunnel": "expo start --tunnel",
"android tunnel": "expo start --android --tunnel",
"ios tunnel": "expo start --ios --tunnel",
"web tunnel": "expo start --web --tunnel",
"test tunnel": "jest --watchAll --tunnel"
}, },
"jest": { "jest": {
"preset": "jest-expo" "preset": "jest-expo"