Skip to content

NextJS sample app for V4 #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# misc
.DS_Store

# Next.js
sample-01/.next/
sample-01/out/
sample-01/node_modules/
sample-01/.env
sample-01/.env.local
sample-01/.env.development.local
sample-01/.env.test.local
sample-01/.env.production.local
3 changes: 0 additions & 3 deletions Sample-01/.babelrc

This file was deleted.

19 changes: 0 additions & 19 deletions Sample-01/.dockerignore

This file was deleted.

7 changes: 0 additions & 7 deletions Sample-01/.env.local.example

This file was deleted.

40 changes: 0 additions & 40 deletions Sample-01/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions Sample-01/.prettierrc

This file was deleted.

40 changes: 0 additions & 40 deletions Sample-01/Dockerfile

This file was deleted.

116 changes: 0 additions & 116 deletions Sample-01/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions Sample-01/api-server.js

This file was deleted.

3 changes: 0 additions & 3 deletions Sample-01/app/api/auth/[auth0]/route.js

This file was deleted.

22 changes: 0 additions & 22 deletions Sample-01/app/api/shows/route.js

This file was deleted.

29 changes: 0 additions & 29 deletions Sample-01/app/csr/page.jsx

This file was deleted.

Loading