diff --git a/Justfile b/Justfile index afc5d62..72b0e56 100644 --- a/Justfile +++ b/Justfile @@ -1,6 +1,2 @@ dev: - npm install npx expo start -p 8080 - -clean: - rm -rf node_modules .expo \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index e22f4e1..b9567f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,4 +3,4 @@ "compilerOptions": { "strict": true } -} \ No newline at end of file +}