Skip to content

Commit db7f550

Browse files
Merge pull request #212 from max-programming/app-router
💥 Migration to app router, server actions, nextauth v5, src directory
2 parents 4ebb24b + 7c361a7 commit db7f550

Some content is hidden

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

89 files changed

+2068
-2589
lines changed

.prettierignore

Lines changed: 7 additions & 0 deletions
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

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

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 25 deletions
This file was deleted.

components/Card.tsx

Lines changed: 0 additions & 151 deletions
This file was deleted.

components/Footer.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

components/Header.tsx

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)