alina sireneva
af54f6e1c3
now they run as-is, without any bundling. this might seem like a downgrade, but we no longer really need to verify that we publish stuff correctly as we delegate that to `@fuman/build` meow
5 lines
180 B
JavaScript
5 lines
180 B
JavaScript
import { createRequire } from 'node:module'
|
|
|
|
const require = createRequire(import.meta.url)
|
|
|
|
export const { __publicKeyIndex } = require('../../../packages/tl/binary/rsa-keys.js')
|