Update server/app.js

This commit is contained in:
Víctor Losada Hernández
2026-09-20 20:32:29 +02:00
committed by GitHub
parent 84b47b37e2
commit dfe8ebfe1b
+1 -1
View File
@@ -1,4 +1,4 @@
/*eslint max-lines: ["warn", {"max": 750, "skipBlankLines": true, "skipComments": true}]*/
/*eslint max-lines: ["warn", {"max": 400, "skipBlankLines": true, "skipComments": true}]*/
// Set working directory to project root
import { dirname } from 'path';
import { fileURLToPath } from 'url';