// // Disable the eslint-config-kyt `import/no-restricted-paths` rule. // It's initially set to restrict all imports from `src/server`. // module.exports = { rules: { 'import/no-restricted-paths': 'off', }, };