Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import * as mod from 'my-lib'
export function register() {
console.log('register in instrumentation.js is running')
// make sure that this is not tree-shaken
if (process.env.DOESNT_EXIST_1234) mod.c()
}