Skip to content

Commit

Permalink
fix: Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Mar 4, 2023
1 parent fec5c39 commit de8699e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/config.exs
Expand Up @@ -53,8 +53,7 @@ config :tailwind,
config :esbuild,
version: "0.14.29",
default: [
args:
~w(js/phoenix_webcomponent.js --target=es2017 --format=cjs --outdir=../priv/static/),
args: ~w(js/phoenix_webcomponent.js --target=es2017 --format=cjs --outdir=../priv/static/),
cd: Path.expand("../apps/phoenix_webcomponent/assets", __DIR__),
env: %{"NODE_PATH" => "#{Path.expand("../deps", __DIR__)}:#{Path.expand("../apps", __DIR__)}"}
],
Expand Down

0 comments on commit de8699e

Please sign in to comment.