mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 14:22:02 +00:00
- 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.