Skip to content

Commit

Permalink
Use admin_importmaps branch of Alchemy
Browse files Browse the repository at this point in the history
We need this PR

AlchemyCMS/alchemy_cms#2884

for now to be able to use the `Alchemy.importmap`
for the `alchemy-product-select`.
  • Loading branch information
tvdeyen committed May 23, 2024
1 parent f0029f7 commit 8b756fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

alchemy_version = ENV.fetch("ALCHEMY_VERSION", "main")
if alchemy_version == "main"
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "main"
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "admin_importmaps"
else
gem "alchemy_cms", "~> #{alchemy_version}"
end
Expand Down

0 comments on commit 8b756fc

Please sign in to comment.