Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaumgertner committed Jan 25, 2025
1 parent 5b51b79 commit 87edc2a
Show file tree
Hide file tree
Showing 6 changed files with 3,025 additions and 1,892 deletions.
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": ["$tsc"],
"label": "npm: dev",
"detail": "next dev"
}
]
}
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Loading

0 comments on commit 87edc2a

Please sign in to comment.