feat: Add gallery for attachments
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const path = require('path');
|
||||
const dotenv = require('dotenv');
|
||||
const _ = require('lodash');
|
||||
|
||||
require('dotenv').config({
|
||||
dotenv.config({
|
||||
path: path.resolve(__dirname, '../.env'),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user