666e7934a6
This commit introduces importmaps. They allow to use modern javacript ESM within rails without webpack, yarn etc. see https://github.com/rails/importmap-rails for more details. Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de> Co-authored-by: FGU <fgu@pragma-shift.net>
4 lines
91 B
Ruby
Executable file
4 lines
91 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require_relative "../config/application"
|
|
require "importmap/commands"
|