feat(template): Added template variables for Gitea

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-21 17:29:55 -04:00
parent b1586bfeb5
commit 2fb3bd1164
5 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
{
"autoload": {
"psr-4": {"wp_plugin_base\\": "."}
"psr-4": {
"${REPO_NAME_PASCAL}\\": "."
}
}
}