Skip to content

Commit

Permalink
chore: bump vitest and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Nov 20, 2023
1 parent 1c89cf1 commit cd40df7
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 1,375 deletions.
2 changes: 1 addition & 1 deletion demo/src/app.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
4 changes: 2 additions & 2 deletions files/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ function toRequest(context) {
init.body = Buffer.isBuffer(body)
? body
: typeof rawBody === 'string'
? Buffer.from(rawBody, 'utf-8')
: rawBody;
? Buffer.from(rawBody, 'utf-8')
: rawBody;
}

return new Request(originalUrl, init);
Expand Down
Loading

0 comments on commit cd40df7

Please sign in to comment.