some reformatting and adjusting so logged in users get moved directly to their feed
This commit is contained in:
@@ -126,7 +126,17 @@ config :esbuild,
|
||||
args:
|
||||
~w(js/index.tsx js/app.js --bundle --target=es2022 --outdir=../priv/static/assets --external:/fonts/* --external:/images/* --alias:@=. --splitting --format=esm),
|
||||
cd: Path.expand("../assets", __DIR__),
|
||||
env: %{"NODE_PATH" => Enum.join([Path.expand("../deps", __DIR__), Path.expand(Mix.Project.build_path()), Path.expand("../_build/dev", __DIR__)], ":")}
|
||||
env: %{
|
||||
"NODE_PATH" =>
|
||||
Enum.join(
|
||||
[
|
||||
Path.expand("../deps", __DIR__),
|
||||
Path.expand(Mix.Project.build_path()),
|
||||
Path.expand("../_build/dev", __DIR__)
|
||||
],
|
||||
":"
|
||||
)
|
||||
}
|
||||
]
|
||||
|
||||
# Configure tailwind (the version is required)
|
||||
|
||||
Reference in New Issue
Block a user