10 Commits

Author SHA1 Message Date
Luke Hagar
19e195bc98 Update dependencies and scripts in adapter-electron for improved functionality
- Added `nodemon` and `wait-on` as dependencies in the electron example's package.json for better development experience.
- Updated the `dev` script to utilize `wait-on` for ensuring the Vite server is running before starting Electron.
- Enhanced the README.md with clearer instructions and examples for configuring the adapter and its options.
- Removed the `functions` option from the TypeScript definition to simplify the interface.
- Cleaned up unused imports in setupHandler.js to streamline the code.
2025-07-23 23:24:00 -05:00
Luke Hagar
2835a8847e Update package.json scripts in examples/electron to use pnpm for improved consistency and performance
- Replaced npm commands with pnpm in the dev and build scripts.
- Added a sync script to ensure proper synchronization before starting the development server or building the project.
2025-07-23 16:14:01 -05:00
Luke Hagar
26b1f98523 Remove unnecessary closing brace in examples/electron/src/main.ts 2025-07-13 02:10:11 -05:00
Luke Hagar
57d18fb369 Update examples/electron/src/routes/sverdle/+page.server.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-13 01:42:55 -05:00
Luke Hagar
9e4e3abc87 Update examples/electron/src/main.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-13 01:41:56 -05:00
Luke Hagar
3a1d7565b1 Update examples/electron/src/main.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-13 01:41:21 -05:00
Luke Hagar
196fc9d774 chore: Update package dependencies and configuration for Electron adapter
- Removed package manager and engines from package.json.
- Updated pnpm-lock.yaml to reflect new versions of dependencies.
- Modified pnpm-workspace.yaml to include only built dependencies for Electron.
- Adjusted electron-builder.yaml to exclude unnecessary files and added output directory.
- Deleted obsolete electron.vite.config.ts file.
- Updated main entry point in examples/electron/package.json to use CommonJS format.
- Refactored scripts in examples/electron/package.json for better development experience.
- Enhanced error handling and logging in game logic within examples/electron/src/routes/sverdle/+page.server.ts.
- Updated adapter-electron to support new protocol handling and build processes.
2025-07-12 23:45:12 -05:00
Luke Hagar
e2eda959b0 testing out a swap to a handler for electron 2025-07-03 13:50:39 -05:00
Luke Hagar
9237513bcb Bumped Debs, and updated readmes and package.json files 2024-02-18 22:00:05 -06:00
Luke Hagar
25393e560f Saving progress on appwrite and electron adapters 2024-02-18 21:46:01 -06:00