GitHub Actions, PKCE Downgrade 추가, PlayGround 추가

This commit is contained in:
imnyang 2025-05-25 20:37:18 +09:00
commit 2601997ed5
9 changed files with 189 additions and 2 deletions

10
playground/package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "playground",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}