Slightly adjust page template

This commit is contained in:
Zack Rauen
2023-09-27 22:54:13 -04:00
parent 1a40658345
commit a7edc5e03e
3 changed files with 29 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ async function sendTemplates() {
}
if (process.argv.includes("--only-templates")) {
sendTemplates().catch(console.error);
await sendTemplates();
process.exit(0);
}