Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly support remote execution of extension artifacts #205

Open
cezaraugusto opened this issue Oct 1, 2024 · 0 comments
Open

Properly support remote execution of extension artifacts #205

cezaraugusto opened this issue Oct 1, 2024 · 0 comments

Comments

@cezaraugusto
Copy link
Member

So far we can pull extensions from Chrome/MDN samples but we don't really support more complex extensions (using React, TypeScript, etc). Ideally:

dev

Should be able to:

  1. pull the zip file
  2. unpack
  3. install deps
  4. run dev

preview

  1. pull the zip file
  2. unpack
  3. assert existence of build artifact (needs #204)
  4. run preview (needs Nuke the start command, create the preview command #203)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant