Skip to content

Commit

Permalink
chore(nextjs): add next.js example apps (#1076)
Browse files Browse the repository at this point in the history
Co-authored-by: Bethany Berkowitz <[email protected]>
  • Loading branch information
subzero10 and BethanyBerkowitz authored Jun 14, 2023
1 parent 9c1f12e commit eecdb0a
Show file tree
Hide file tree
Showing 52 changed files with 13,080 additions and 256 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test/integration/
packages/nextjs/examples/app-router
packages/nextjs/examples/pages-router
dist
build
tmp
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
packages/vue/examples/vue2/package-lock.json
packages/vue/examples/vue3/package-lock.json
packages/react-native/example/package-lock.json
packages/nextjs/examples/app-router/package-lock.json
packages/nextjs/examples/pages-router/package-lock.json
- name: Build
run: npm ci
Expand Down
Loading

0 comments on commit eecdb0a

Please sign in to comment.