enso/app/ide-desktop/lib/client/paths.ts

10 lines
278 B
TypeScript
Raw Normal View History

2022-05-23 05:16:04 +03:00
/**
* This module defines paths within the client distribution's resources.
*
* This is knowledge that is common to code building the client package and the packaged code itself.
*
*/
/** Path to the Project Manager bundle. */
export const project_manager_bundle = 'enso'