feederbox826 01607b222d
switch to yarn, add site_generator (#1935)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-07-15 21:49:10 +02:00

7 lines
162 B
TypeScript

import { simpleGit, SimpleGitOptions } from "simple-git";
const options: Partial<SimpleGitOptions> = {
baseDir: `.`,
};
export const git = simpleGit(options);