Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: overhaul project setup #40

Merged
merged 39 commits into from
Oct 28, 2024
Merged

chore: overhaul project setup #40

merged 39 commits into from
Oct 28, 2024

Conversation

achou11
Copy link
Member

@achou11 achou11 commented Oct 28, 2024

Closes #32
Closes #35

Non-exhaustive summary of changes:

  • Avoid using Forge's Vite plugin and instead create our own plugin that's tailored to our needs. We still use Vite for bundling the renderer code but otherwise, we rely on Electron's ESM support for main process code, and do no special processing for preload code.

  • Introduce basic CI

  • More thorough Forge configuration for app packaging

  • upgrades all deps

  • more exhaustive formatting + linting setup

  • improvements to npm scripts setup

Notable improvements to be made as follow-ups:

  • proper ingestion of env files/variables

  • proper error handling for root key loading

  • unification of vite + forge when working in development

@achou11 achou11 merged commit d6f3037 into main Oct 28, 2024
1 check passed
@achou11 achou11 deleted the ac/overhaul-setup branch October 28, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Bundling Issues Upgrade CoMapeo Dependencies
1 participant