bin/rails importmap:install

This commit is contained in:
2023-04-01 23:53:05 +02:00
parent 0e72219373
commit 526c285188
6 changed files with 11 additions and 0 deletions

4
bin/importmap Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative "../config/application"
require "importmap/commands"