feat: sync

This commit is contained in:
lisonge
2023-09-03 18:32:45 +08:00
parent 1f52a4d25e
commit 3137e903ca
3 changed files with 10 additions and 7 deletions

8
scripts/sync.ts Normal file
View File

@@ -0,0 +1,8 @@
await fetch(
`https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync`,
{
method: 'PUT',
},
);
export {};