include pl-fe in available frontends
Some checks are pending
ci/woodpecker/pr/test/1 Pipeline is pending approval
ci/woodpecker/pr/test/2 Pipeline is pending approval

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk 2025-11-28 09:22:31 +01:00
commit 353c23c6cd

View file

@ -839,6 +839,14 @@ config :pleroma, :frontends,
"ref" => "develop",
"build_dir" => "dist",
"bugtracker" => "https://git.pleroma.social/pleroma/pleroma-fe/-/issues"
},
"pl-fe" => %{
"name" => "pl-fe",
"git" => "https://codeberg.org/mkljczk/pl-fe",
"build_url" => "https://pl.mkljczk.pl/pl-fe.zip",
"ref" => "develop",
"build_dir" => ".",
"bugtracker" => "https://codeberg.org/mkljczk/pl-fe/issues"
}
}