From a7791635aa98f012d35f97c3c5288494bbb28e38 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 13 Mar 2024 18:03:43 +0100 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/importmap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/importmap (limited to 'bin/importmap') diff --git a/bin/importmap b/bin/importmap new file mode 100755 index 0000000..d423864 --- /dev/null +++ b/bin/importmap @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require_relative '../config/application' +require 'importmap/commands' -- cgit v1.2.3