mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-16 22:46:04 +01:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
reactStrictMode: true,
|
|
eslint: {
|
|
dirs: ['./src/**/*']
|
|
}
|
|
}
|