Skip to content

Conversation

@nickbar01234
Copy link
Owner

Description

Moving entrypoint to a separate folder since we're looking to extend the project with popup API. Ideally, I want each entrypoint to be its own Typescript project, but the challenge is in moving code around. The end-goal will look something like

extension/
  content_script/
     src/
  service_worker/
     src/
   popup/
     src/

However, to effectively do this, we need to rethink about code-sharing, effectively a productionized version of #205.

@@ -1,12 +0,0 @@
{
Copy link
Owner Author

Choose a reason for hiding this comment

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

Don't remember why we included this, but I don't think this is relevant anymore

@nickbar01234 nickbar01234 requested a review from hungngodev May 5, 2025 23:34
@hungngodev hungngodev merged commit bebe5ed into main May 6, 2025
2 checks passed
@hungngodev hungngodev deleted the nickbar01234/restructure-extension branch May 6, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants