From ab281466d4a42b00330b684ce0a20f2f67bf312a Mon Sep 17 00:00:00 2001 From: thschleicher Date: Wed, 29 Nov 2023 13:26:12 +0100 Subject: [PATCH] Added Tunneling Run Configurations (WSL) --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 01c46ba..4a2fb5a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,12 @@ "android": "expo start --android", "ios": "expo start --ios", "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": { "preset": "jest-expo"