mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
5aaecf0da3
Remove the original triggers/ and native_triggers/ directories from windmill-api/src/ and replace `pub mod` declarations with `pub use` re-exports from the windmill-triggers crate. This completes the extraction by ensuring trigger code is only compiled as part of windmill-triggers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.