import * as url from 'url'; import * as path from 'path'; const __dirname = url.fileURLToPath(new URL('.', import.meta.url)); export const themeDir = __dirname; export const themePath = path.join(__dirname, 'index.styl');