Move SearchGlobalShortcut to a colocated hook

This commit is contained in:
Claudio Ortolina
2025-07-17 17:32:24 +01:00
parent bad6247c69
commit 5e73231767
5 changed files with 27 additions and 24 deletions
+2 -2
View File
@@ -50,9 +50,9 @@ config :esbuild,
version: "0.25.6",
music_library: [
args:
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/* --alias:@=.),
cd: Path.expand("../assets", __DIR__),
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
env: %{"NODE_PATH" => [Path.expand("../deps", __DIR__), Mix.Project.build_path()]}
]
# Configure tailwind (the version is required)