tauri-apps / tauri-invoke-http

A custom invoke system for Tauri that leverages a localhost server
Apache License 2.0
48 stars 5 forks source link

Added invoke command for vanilla example #16

Closed tillmann-crabnebula closed 8 months ago

tillmann-crabnebula commented 8 months ago

This PR adds an example command for the vanilla app, so it is simple to debug and test the functionality. The vanilla example is now allowing messages from every origin, to simplify cors setup on local network tests and exposes the exit endpoint from the Tauri process api.