Skip to content

Commit

Permalink
feat(showcase): change build strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed May 15, 2024
1 parent 3246df0 commit a5fa20a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/showcase/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"backgroundColor": "#ffffff"
}
},
"web": { "bundler": "metro", "favicon": "./assets/favicon.png" },
"web": {
"bundler": "metro",
"favicon": "./assets/favicon.png",
"output": "static"
},
"plugins": ["expo-router"]
}
}

1 comment on commit a5fa20a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for headlessui-react-native-showcase ready!

✅ Preview
https://headlessui-react-native-showcase-ly5ir5lvz-nakzyus-projects.vercel.app

Built with commit a5fa20a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.