chore(twenty-server): remove eslint warn + add maxWarning 0 (#10103)
This commit is contained in:
@ -23,6 +23,7 @@ export function generateFrontConfig(): void {
|
||||
const indexPath = path.join(distPath, 'index.html');
|
||||
|
||||
if (!fs.existsSync(indexPath)) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(
|
||||
'Frontend build not found, assuming it is served independently',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user