This is a POC to bundle Theia into one single executable with nexe
.
See: eclipse-theia/theia#4541
Defined here.
To install the dependencies.
yarn
To generate the application code for both the frontend and the backend.
yarn build
Your executable will be under the dist
folder. Do not move the executable only, you should move the entire dist
folder instead.
It seems, this is a limitation, but has to be verified though.
yarn package