enso/app/ide-desktop/lib/client/paths.mjs
Michał Wawrzyniec Urbańczyk 14a01c4635
New IDE build script (#3466)
2022-05-23 04:16:04 +02:00

12 lines
303 B
JavaScript

/**
* 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.
*
*/
import path from 'path'
/** Path to the Project Manager bundle. */
export const project_manager_bundle = 'enso'