mirror of
https://github.com/teableio/teable
synced 2024-11-22 07:13:32 +00:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
module.exports = [
|
|
{
|
|
name: 'JS',
|
|
path: ['dist/index.js'],
|
|
limit: '3KB',
|
|
},
|
|
];
|