Skip to content

Commit cb3bba2

Browse files
Create .config.js
1 parent 2416091 commit cb3bba2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const withRspack = require("next-rspack");
2+
3+
/** @type {import('next').NextConfig} */
4+
const nextConfig = {
5+
/* config options here */
6+
};
7+
8+
module.exports = withRspack(nextConfig);

0 commit comments

Comments
 (0)