Skip to content

Commit

Permalink
Merge pull request #21 from LynnuxDev/backup-branch
Browse files Browse the repository at this point in the history
chore: making ready for akira.
  • Loading branch information
Dark-LYNN authored Jan 2, 2025
2 parents 911e3ab + 16a7827 commit 30ae0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/getModuleCount.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';
import path from 'path';
import path, { join } from 'path';

const baseDir: string = '/media/lynnux/[E] Other/Codes/@Github/@LynnuxDev/Akira-Beta';
const baseDir: string = join(__dirname,'../..');
const isDevelopment: boolean = process.env.NODE_ENV === 'development';
const commandsPath: string = isDevelopment ? 'src/commands' : 'dist/commands';

Expand Down

0 comments on commit 30ae0eb

Please sign in to comment.