eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
56 stars 40 forks source link

fix: specify main entry for Electron #192

Closed sdirix closed 10 months ago

sdirix commented 10 months ago

Specifies the main entry of the Theia Electron application to use the bundled backend. This avoids the Theia CLI warning that the "main" entry is missing.