feat: scaffold solisting-app Next.js package
This commit is contained in:
7
app/next.config.ts
Normal file
7
app/next.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { NextConfig } from 'next'
|
||||
|
||||
const config: NextConfig = {
|
||||
reactStrictMode: true,
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user