Skip to content

Commit 367bb49

Browse files
committed
chore(example): js instead of ts for next config
1 parent 74daf31 commit 367bb49

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

examples/nextjs/next.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
/* config options here */
3+
reactStrictMode: true,
4+
};

examples/nextjs/next.config.ts

-8
This file was deleted.

0 commit comments

Comments
 (0)