soiz1's picture
Upload folder using huggingface_hub
b18238f verified
raw
history blame contribute delete
140 Bytes
module.exports = {
extends: ['scratch'], // no ES6
env: {
worker: true
},
globals: {
Scratch: true
}
};