-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Currently, cloudshell directly reading files for static files in public and node_modules from project directory for embedding static assets.
I think we should use go:embed to embed static assets directly into the Go binary. This feature of go will make the distribution of the binary easier, since we dont need to access the static files from the project directory, the downside is the binary will be bigger since it will have node_modules in it, but I think it's worth because we dont need to clone the whole project to use cloudshell, just the released binary is enough.
Thank you
Metadata
Metadata
Assignees
Labels
No labels