Compare commits
No commits in common. "702fa6230cc816c757ea6d2a55b385b2d0a4bf08" and "027ed45cd3f104acd6162126ec3c62a1bcc10b14" have entirely different histories.
702fa6230c
...
027ed45cd3
2 changed files with 1 additions and 5 deletions
4
Justfile
4
Justfile
|
@ -1,6 +1,2 @@
|
||||||
dev:
|
dev:
|
||||||
npm install
|
|
||||||
npx expo start -p 8080
|
npx expo start -p 8080
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf node_modules .expo
|
|
|
@ -3,4 +3,4 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strict": true
|
"strict": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue