mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-01 20:04:39 -04:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
import Bree from '../../src/index.js';
|
|
|
|
const bree = new Bree({
|
|
jobs: ['job']
|
|
});
|
|
|
|
bree.start();
|