Skip to content

Commit

Permalink
add index.ts entry point to fix weird web error (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley authored Nov 5, 2024
1 parent 18ef554 commit d8e9cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/expo/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import 'expo-router/entry';
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zotmeal/expo",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"main": "index.ts",
"scripts": {
"clean": "git clean -xdf .expo .turbo node_modules",
"dev": "expo start",
Expand Down

0 comments on commit d8e9cba

Please sign in to comment.