feat: replace ts-node with tsx (#59019)

This commit is contained in:
Naomi
2025-03-11 19:55:54 +00:00
committed by GitHub
parent c444541a0b
commit 0b96c09e84
11 changed files with 4501 additions and 1853 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
/* This can be used to create NGINX maps for redirects. After running this
script with `npx ts-node redirect-gen`, the map should appear in the current
script with `npx tsx redirect-gen`, the map should appear in the current
directory.
*/