Skip to content

Commit 6c3f309

Browse files
committed
Format
1 parent 2697dbf commit 6c3f309

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/config/config.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ config :esbuild,
5858
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
5959
],
6060
backpex: [
61-
args:
62-
~w(../assets/js/backpex.js --bundle --format=esm --sourcemap --outfile=priv/static/js/backpex.esm.js),
61+
args: ~w(../assets/js/backpex.js --bundle --format=esm --sourcemap --outfile=priv/static/js/backpex.esm.js),
6362
cd: Path.expand("..", __DIR__),
6463
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
6564
]

0 commit comments

Comments
 (0)