summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/import-meta-url.js
blob: c0e657160ff918cb2d21712f1b9c679263ecef60 (plain)
1
2
// Helper to make 'import.meta.url' available in esbuild-bundled code as well.
export const import_meta_url = require("url").pathToFileURL(__filename);