mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-22 01:10:15 +01:00
refactor: init new version
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
reactStrictMode: true,
|
||||
eslint: {
|
||||
dirs: ['./src/**/*']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user