From a4d0c1792ba180c82c1857c5d0139aaa753c7440 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 14 Dec 2023 19:17:24 +0100 Subject: [PATCH 1/2] Justfile targets --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 72b0e56..afc5d62 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,6 @@ dev: + npm install npx expo start -p 8080 + +clean: + rm -rf node_modules .expo \ No newline at end of file From 702fa6230cc816c757ea6d2a55b385b2d0a4bf08 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 14 Dec 2023 19:17:42 +0100 Subject: [PATCH 2/2] ? --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b9567f6..e22f4e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,4 +3,4 @@ "compilerOptions": { "strict": true } -} +} \ No newline at end of file