Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Oct 18, 2024
1 parent 0c4d9da commit 771851b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hbs-recompile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import fs from 'fs';
import path from 'path';
import { fileURLToPath } from 'url';

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

const getAllHbsFiles = (dirPath) => {
let hbsFiles = [];

Expand Down

0 comments on commit 771851b

Please sign in to comment.