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

Optimize Update Manifest Configuration Speed #25

Open
0x4007 opened this issue Oct 2, 2024 · 1 comment
Open

Optimize Update Manifest Configuration Speed #25

0x4007 opened this issue Oct 2, 2024 · 1 comment

Comments

@0x4007
Copy link
Member

0x4007 commented Oct 2, 2024

Probably best to compile the js with ncc

This will allow us to skip on installing node and all the dependencies and allow for a near instant cold start time

In exchange for possibly less maintainability because we won't have the original source code here

However we can store the source code (typescript) in a separate file and have a simple comment inside explaining how to compile it to be placed within this file.

Originally posted by @0x4007 in #23 (comment)

Copy link

This issue seems to be similar to the following issue(s):

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