Skip to content

Commit

Permalink
chore: making ready for akira.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-LYNN committed Jan 2, 2025
1 parent 00fbe44 commit 16a7827
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 16a7827

Please sign in to comment.