refactor: update build scripts and add new server preparation scripts

- Replaced JavaScript files with ES module versions for server preparation and setup scripts.
- Introduced `prepare-server.mjs` for bundling server with Electron, enhancing dependency management.
- Added `rebuild-server-natives.cjs` for rebuilding native modules during the Electron packaging process.
- Updated `setup-e2e-fixtures.mjs` to create necessary directories and files for Playwright tests.
- Adjusted `package.json` scripts to reflect changes in file extensions and improve build process clarity.
This commit is contained in:
Kacper
2025-12-18 14:38:21 +01:00
parent f9db4fffa7
commit dcf05e4f1c
4 changed files with 10 additions and 10 deletions