Modify tech full names
This commit is contained in:
@@ -7,10 +7,8 @@ import { getParamsFromFolders } from "../src/service/ImageRepository.js";
|
||||
* Show all possible parameters for manifest URLs
|
||||
*/
|
||||
export default async function exposeParams() {
|
||||
console.log(process.env.IMAGES_DIR);
|
||||
|
||||
const techs = Object.entries(TECH_NAMES).map(([key, fullname]) => ({
|
||||
acronym: key.toUpperCase(),
|
||||
acronym: key.toUpperCase().replaceAll('_', ' '),
|
||||
fullname,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user