feat: update to nextjs 15 and some more additions

This commit is contained in:
2024-12-26 19:17:29 +01:00
parent 70d60e53d1
commit b2eb8c9e74
21 changed files with 1834 additions and 357 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": true
}