mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 06:51:33 +03:00
10 lines
278 B
TypeScript
10 lines
278 B
TypeScript
|
/**
|
||
|
* 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'
|