refactor: split git provider adapters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NextRequest, NextResponse } from 'next/server'
|
||||
import { validateUploadSecret } from '@/lib/auth'
|
||||
import { getRemoteFolder, pushAllToGit } from '@/lib/github'
|
||||
import { getRemoteFolder, pushAllToGit } from '@/lib/git'
|
||||
import { buildCommitMessage } from '@/lib/commit-message'
|
||||
import { classifyFileChanges } from '@/lib/diff-files'
|
||||
import { getModelFolderPath } from '@/lib/model-paths'
|
||||
|
||||
Reference in New Issue
Block a user