Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
function formatVersion({ name, textStyler, astroVersionProvider }) {
|
||||
return ` ${textStyler.bgGreen(textStyler.black(` ${name} `))} ${textStyler.green(
|
||||
`v${astroVersionProvider.version}`
|
||||
)}`;
|
||||
}
|
||||
export {
|
||||
formatVersion
|
||||
};
|
||||
Reference in New Issue
Block a user