cleaned up some leftovers

This commit is contained in:
2025-09-03 22:21:21 +02:00
parent 9088eab9df
commit a96417508b
4 changed files with 6 additions and 221 deletions

View File

@@ -484,7 +484,11 @@ async function main() {
await runCommand("git", ["add", "."], rootDir);
await runCommand(
"git",
["commit", "-m", "Initiated from Sanity template :rocket:"],
[
"commit",
"-m",
"Initiated from vaporvee's Sanity template :rocket:",
],
rootDir,
);
await runCommand("git", ["branch", "-M", "main"], rootDir);