Skip to content

Commit

Permalink
DYGYRA-8: vercel perfomance checker
Browse files Browse the repository at this point in the history
  • Loading branch information
dygy authored Jan 28, 2024
1 parent a366b8a commit 7ffb76e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.8",
"classnames": "2.3.2",
"craco-alias": "^3.0.1",
"fingerpose": "git@github.com:andypotato/fingerpose.git",
Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { router } from "@base/router";
import { Analytics } from "@vercel/analytics/react";
import { SpeedInsights } from "@vercel/speed-insights/react";
import ReactDOM from "react-dom/client";
import { RouterProvider } from "react-router-dom";

Expand All @@ -16,6 +17,7 @@ root.render(
<React.StrictMode>
<RouterProvider router={router} />
<Analytics />
<SpeedInsights />
</React.StrictMode>,
);

Expand Down

0 comments on commit 7ffb76e

Please sign in to comment.