···33import 'htmx-ext-json-enc';
44window.htmx = htmx;
5566+// htmx 2.x puts DELETE params in the URL by default, which breaks json-enc
77+// (encodeParameters is never called, leaving an empty request body). Keep
88+// only GET using URL params so DELETE bodies get JSON-encoded properly.
99+htmx.config.methodsThatUseUrlParams = ['get'];
1010+611// Actor Typeahead (web component, auto-registers on import)
712import 'actor-typeahead';
813