add: meal ingestion CLI for images and metadata
All checks were successful
Deploy on push / deploy (push) Has been skipped
All checks were successful
Deploy on push / deploy (push) Has been skipped
This commit is contained in:
@@ -63,4 +63,15 @@ function main() {
|
||||
writeFile(indexOutputPath, buildIndex());
|
||||
}
|
||||
|
||||
main();
|
||||
function buildPages() {
|
||||
main();
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
buildPages();
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
buildPages,
|
||||
buildIndex,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user