audiobookshelf/client/esm-shims.js

8 lines
208 B
JavaScript
Raw Normal View History

2023-05-08 23:03:45 +02:00
const path = require('path')
const url = require('url');
const serverPath = path.resolve(__dirname, 'test.js')
const serverUrl = url.pathToFileURL(serverPath).href
export { serverUrl as 'import.meta.url' }