Commit 2a149db
committed
refactor: remove ampersand-view dependency and update renderer process startup structure
- Removed references to `ampersand-view` from `package.json` and `package-lock.json`.
- Updated entry point in `webpack.config.js` to use `index.ts` instead of `index.tsx`.
- Cleaned up type definitions by removing the `ampersand-view` module declaration.
- Refactored `setup-hadron-distribution.ts` to improve clarity and organization.
- Introduced a new `application.tsx` file to manage application lifecycle and rendering.
- Added global error handling and DNS configuration in `index.ts`.
- Removed obsolete `menu-renderer.js` file.
- Migrated stateful imports to regular exported functions (eg. CSP in `csp.ts`).1 parent 476b312 commit 2a149db
File tree
10 files changed
+415
-2159
lines changed- packages/compass
- src
- app
- utils
- main
10 files changed
+415
-2159
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
| |||
0 commit comments