mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor(api): 🎨 Don't use node:crypto for random strings
This commit is contained in:
parent
d8cb1d475b
commit
d301d4da09
12 changed files with 37 additions and 35 deletions
|
|
@ -59,6 +59,6 @@
|
|||
"ignore": ["node_modules", "dist", "glitch", "glitch-dev"]
|
||||
},
|
||||
"javascript": {
|
||||
"globals": ["Bun", "HTMLRewriter"]
|
||||
"globals": ["Bun", "HTMLRewriter", "BufferEncoding"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue