Skip to content

Add initial Tauri configuration and HTTP server implementation - #26

Merged
Mosmain merged 1 commit into
devfrom
fix/stale-frontend-cache
Jun 12, 2026
Merged

Add initial Tauri configuration and HTTP server implementation#26
Mosmain merged 1 commit into
devfrom
fix/stale-frontend-cache

Conversation

@Mosmain

@Mosmain Mosmain commented Jun 12, 2026

Copy link
Copy Markdown
Owner
  • Created tauri.conf.json for Tauri app configuration, defining product name, build commands, and window settings.
  • Implemented a local HTTP server in http_server.rs to handle API requests, including endpoints for configuration and hotkeys management.
  • Added support for Server-Sent Events to stream server events to the frontend.
  • Established CORS settings to allow specific origins for development and production environments.

- Created `tauri.conf.json` for Tauri app configuration, defining product name, build commands, and window settings.
- Implemented a local HTTP server in `http_server.rs` to handle API requests, including endpoints for configuration and hotkeys management.
- Added support for Server-Sent Events to stream server events to the frontend.
- Established CORS settings to allow specific origins for development and production environments.
@Mosmain
Mosmain merged commit 2690a8d into dev Jun 12, 2026
@Mosmain
Mosmain deleted the fix/stale-frontend-cache branch June 12, 2026 17:44
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.

1 participant