docs: add nextjs example (#544)

This commit is contained in:
Cupid Valentine
2023-08-12 10:53:25 +08:00
committed by GitHub
parent 75154869a8
commit d5604d44f8
15 changed files with 3657 additions and 0 deletions

35
apps/nextjs-app/.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts