update deps
This commit is contained in:
parent
432a0e1b51
commit
143887747e
3 changed files with 14 additions and 17 deletions
|
@ -11,7 +11,6 @@ const development = env.NODE_ENV !== 'production';
|
|||
|
||||
const faviconInit = { headers: new Headers({ 'Content-Type': 'image/png' }) };
|
||||
|
||||
|
||||
function getEtag(data: string) {
|
||||
const sha = Bun.SHA256.hash(data);
|
||||
return Buffer.from(sha.buffer).toString('base64url');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue