This commit is contained in:
2026-07-31 15:07:12 +08:00
parent 3448ffe961
commit 9d92f86f08
49 changed files with 13833 additions and 1265 deletions

View File

@@ -0,0 +1,5 @@
import { register } from 'node:module';
import { pathToFileURL } from 'url';
import path from 'path';
register(pathToFileURL(path.join(process.cwd(), 'scripts/alias-hooks.mjs')).href);