Skip to content

Commit

Permalink
Revert "add heapsnapshot route"
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Nov 24, 2022
1 parent 84d522c commit 38a2913
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 86 deletions.
49 changes: 0 additions & 49 deletions app/routes/resources/heapsnapshot.ts

This file was deleted.

2 changes: 1 addition & 1 deletion app/utils/misc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function getDiscordAuthorizeURL(domainUrl: string) {
}

/**
* @returns domain URL (without a ending slash, like: https://kentcdodds.com)
* @returns domain URL (without a ending slash)
*/
function getDomainUrl(request: Request) {
const host =
Expand Down
34 changes: 0 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"gsap": "^3.11.3",
"hast-util-to-html": "^8.0.3",
"hast-util-to-string": "^2.0.0",
"heapdump": "^0.3.15",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"match-sorter": "^6.3.1",
Expand Down Expand Up @@ -158,7 +157,6 @@
"@types/dom-mediacapture-record": "^1.0.13",
"@types/express-http-proxy": "^1.6.3",
"@types/fs-extra": "^9.0.13",
"@types/heapdump": "^0.3.1",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189",
"@types/morgan": "^1.9.3",
Expand Down

0 comments on commit 38a2913

Please sign in to comment.