Bug Description
Commit 583f68e contains significant changes that broke the translation imports. Specifically, packages/renderer/src/utils/sync.js still attempts to import from @/composable/translations, but this path or file was moved/removed in the recent update.
To Reproduce
Steps to reproduce the behavior:
- Fetch and checkout the development branch at or after commit 583f68e.
- Run
yarn install.
- Run
yarn run watch.
- Vite throws a "Pre-transform error" because it cannot resolve the import in sync.js.
Expected Behavior
The development server should compile successfully. All files, including sync.js, should reflect the new project structure and import translations from the correct new location.
Screenshots
Desktop (please complete the following information):
- OS: Arch Linux
- Application Version: development branch
Additional Context
None.