Commit Graph

13 Commits

Author SHA1 Message Date
Luke Hagar
470c642dd3 Added mrmime, implemented it 2025-09-02 15:08:54 +00:00
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
80fd315db5 Integrate @rollup/plugin-typescript into adapter-electron for TypeScript support
- Added @rollup/plugin-typescript as a dependency in package.json for TypeScript integration.
- Updated index.js to include typescript in the Rollup build process.
- Reflected the new dependency in pnpm-lock.yaml to ensure proper versioning and compatibility.
2025-07-23 16:38:42 -05:00
Luke Hagar
bb685e1328 Update dependencies in adapter-electron and pnpm-lock.yaml for improved compatibility
- Added @rollup/plugin-commonjs, @rollup/plugin-json, and @rollup/plugin-node-resolve as dependencies in package.json.
- Updated pnpm-lock.yaml to reflect the new dependencies and their versions.
- Removed unused import from index.js to streamline the code.
2025-07-23 16:29:16 -05:00
Luke Hagar
4d669414d2 Update pnpm-lock.yaml to remove duplicate electron dependency and maintain version consistency
- Removed duplicate electron entry from pnpm-lock.yaml to streamline dependency management.
- Ensured that the correct version specifications are maintained for other dependencies.
2025-07-23 16:27:33 -05:00
Luke Hagar
645ccf1109 Update pnpm-lock.yaml and package.json for dependency upgrades and workflow improvements
- Upgraded rollup to version 4.45.1 and turbo to version 2.5.5 in pnpm-lock.yaml.
- Modified GitHub Actions workflow to install dependencies without the frozen lockfile option for better flexibility.
- Updated package.json in adapter-electron to include rollup as a dependency and adjusted devDependencies for consistency.
2025-07-23 16:22:44 -05:00
Luke Hagar
73691e2b6a Refactor CI workflow and enhance protocol handler in adapter-electron
- Updated GitHub Actions workflow to streamline testing and type checking processes.
- Consolidated test steps and improved error handling for better clarity.
- Enhanced protocol handler functions in setupHandler.js to support additional features and security measures.
- Added new utility functions for file handling and path validation to improve robustness.
- Updated integration tests to cover new functionality and ensure proper request handling.
2025-07-14 11:50:31 -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
Turbobot
a5d9485e28 feat(create-turbo): install dependencies 2024-02-15 15:47:31 -06:00
Turbobot
d2a4bdeb8e feat(create-turbo): apply official-starter transform 2024-02-15 15:47:04 -06:00