mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 20:11:31 +03:00
12 lines
303 B
JavaScript
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'
|