5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
import { run } from 'probot';
|
|
import { bot } from './bot';
|
|
|
|
run(bot);
|