index.ts

This commit is contained in:
nirholas
2026-03-31 10:22:52 +00:00
parent 4498ab0cb1
commit 973719ad4a
2 changed files with 2 additions and 0 deletions

View File

@@ -40,3 +40,4 @@ echo "Running per-file beautify commits in ${REPO_PATH} ..."
echo "Done. Review with: git -C ${REPO_PATH} log --oneline -n 20"

View File

@@ -143,3 +143,4 @@ npm run build # Compile TypeScript to dist/
npm start # Run compiled server
```