How to use the @theia/application-manager.rebuild function in @theia/application-manager

To help you get started, we’ve selected a few @theia/application-manager examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github eclipse-theia / theia / dev-packages / cli / src / theia.ts View on Github external
handler: () => {
            const { modules } = yargs.array('modules').argv;
            try {
                rebuild(target, modules);
            } catch (err) {
                console.error(err);
                process.exit(1);
            }
        }
    };

@theia/application-manager

Theia application manager API.

EPL-2.0
Latest version published 9 days ago

Package Health Score

87 / 100
Full package analysis

Similar packages