Skip to content

Commit

Permalink
chore(example): js instead of ts for next config
Browse files Browse the repository at this point in the history
  • Loading branch information
mudetroit committed Oct 23, 2024
1 parent 74daf31 commit 367bb49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions examples/nextjs/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
/* config options here */
reactStrictMode: true,
};
8 changes: 0 additions & 8 deletions examples/nextjs/next.config.ts

This file was deleted.

0 comments on commit 367bb49

Please sign in to comment.