feat: change require syntax to import

This commit is contained in:
Rohit
2025-03-27 00:09:45 +05:30
parent ed9af243d4
commit 091c1daa27
4 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
const path = require('path');
import path from 'path';
module.exports = {
'config': path.resolve('server/src/db/config', 'database.js'),