mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 07:02:04 +03:00
6f7a51470d
- Implement https://github.com/enso-org/cloud-v2/issues/961 - Allow directory management on Local backend - Setting a custom root directory is currently *out of scope* of this PR. - Listing directories - Deleting directories and files - Adjust project-related APIs to accept parent directory path (as required by PM when not interacting with root directory) - QoL improvements related to testing this PR - New watch script (`npm run watch2`, `npm run watch:linux`) in `app/ide-desktop/lib/client/`) for testing IDE2 on Electron without having to build the entire app - Adjustments to `gui2`'s `vite.config.ts` to allow React HMR when doing dev in Electron # Important Notes - Support for deleting files and folders uses the API introduced by #9359 - so it will not work until that PR is merged in. - Support for uploading files uses the API specified by #9360 - so it will not work until that issue is closed.
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"name": "enso-project-manager-shim",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/projectManagerShimMiddleware.ts"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.4.1"
|
|
}
|
|
}
|