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