fix(ci): add missing bin/importmap binstub

scan_js CI job ran `bin/importmap audit` but the binstub was never committed, so the step failed with "No such file or directory".

Seto Elkahfi committed Jul 5, 2026 at 09:02 UTC a7273bc638104ff339e7e8a3d5d6ed3d746a8595
1 file changed +4
bin/importmap
+4
new file mode 100755 index 0000000..36502ab --- /dev/null +++ b/bin/importmap @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby + +require_relative "../config/application" +require "importmap/commands"