Skip to content

Commit

Permalink
Tried to add speed insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekkjainn committed Dec 4, 2024
1 parent 80c1d32 commit 6121511
Show file tree
Hide file tree
Showing 57 changed files with 3,425 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ app.get('/', (req, res) => {
<footer>
<p>For more information or questions, contact <a href="https://abhishekjainn.vercel.app" target="_blank">Abhishek Jain</a>.</p>
</footer>
</body>
</html>
Expand Down Expand Up @@ -509,5 +510,5 @@ app.get('/v1/airlines/name/:name', (req, res) => {
});

app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`);
console.log(`Aerokey running live at http://localhost:${port}`);
});
35 changes: 35 additions & 0 deletions node_modules/.package-lock.json

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

7 changes: 7 additions & 0 deletions node_modules/@vercel/speed-insights/.eslintrc.cjs

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

190 changes: 190 additions & 0 deletions node_modules/@vercel/speed-insights/LICENSE

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

49 changes: 49 additions & 0 deletions node_modules/@vercel/speed-insights/README.md

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

3 changes: 3 additions & 0 deletions node_modules/@vercel/speed-insights/dist/astro/component.ts

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

39 changes: 39 additions & 0 deletions node_modules/@vercel/speed-insights/dist/astro/index.astro

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

Loading

0 comments on commit 6121511

Please sign in to comment.