Skip to content

Instantly share code, notes, and snippets.

@Leo5878
Created April 8, 2021 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Leo5878/bbdb2dd278ff8bb2c940ce9deaa6aab8 to your computer and use it in GitHub Desktop.
Save Leo5878/bbdb2dd278ff8bb2c940ce9deaa6aab8 to your computer and use it in GitHub Desktop.
import { fileURLToPath } from 'url';
import { dirname } from 'path';
export default () => {
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
return __dirname;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment