mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 08:41:25 +03:00
Start making
Start on the basic structure, database stuff
This commit is contained in:
5
src/utils/fs.js
Normal file
5
src/utils/fs.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { join } = require('path');
|
||||
|
||||
module.exports = {
|
||||
path: path => join(__dirname, '../../', path),
|
||||
};
|
Reference in New Issue
Block a user