Skip to content

Commit ede04ca

Browse files
Migration to app router, server actions, nextauth v5, src directory
1 parent cca2203 commit ede04ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1761
-1963
lines changed

.prettierignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.xata
2+
.vercel
3+
.next
4+
.github
5+
node_modules
6+
.all-contributorsrc
7+
.xatarc

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules\\typescript\\lib"
3+
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You will need to sign up with Xata and set up a database for the build. After re
5252
#### Installation
5353

5454
```
55-
npm install -g @xata.io/cli@latest
55+
npm install -g "@xata.io/cli@latest"
5656
```
5757
#### Authentication
5858
```

bin/act

-12.8 MB
Binary file not shown.

components/Button.tsx

-25
This file was deleted.

components/Footer.tsx

-35
This file was deleted.

components/Hero.tsx

-152
This file was deleted.

components/LanguageButton.tsx

-20
This file was deleted.

components/Pagination.tsx

-38
This file was deleted.

components/Search.tsx

-53
This file was deleted.

0 commit comments

Comments
 (0)