chore: use node

This commit is contained in:
Praveen Thirumurugan
2025-12-28 02:09:13 +05:30
parent 61aa31743b
commit 8022118500
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const path = require('path');
const path = require('node:path');
require('dotenv').config({ path: path.resolve(__dirname, '../.env') });