File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed
Expand file tree Collapse file tree 7 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import consola from "consola"
22import fs from "node:fs/promises"
33import { FetchError } from "ofetch"
44
5- import { APP_CONFIG } from "~/lib/config "
5+ import { APP_CONFIG } from "~/lib/constants "
66import { PATHS } from "~/lib/paths"
77import { getGitHubUser } from "~/services/github/get-user/service"
88
Original file line number Diff line number Diff line change 11import fs from "node:fs/promises"
22
3- import { APP_CONFIG } from "~/lib/config "
3+ import { APP_CONFIG } from "~/lib/constants "
44import { PATHS } from "~/lib/paths"
55
66export function initializeLogger ( ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import consola from "consola"
22import { Hono } from "hono"
33import { FetchError } from "ofetch"
44
5- import { APP_CONFIG } from "~/lib/config "
5+ import { APP_CONFIG } from "~/lib/constants "
66
77import { handler } from "./handler"
88import { handlerStreaming } from "./handler-streaming"
Original file line number Diff line number Diff line change 55 COPILOT_API_CONFIG ,
66 GITHUB_API_CONFIG ,
77 GITHUB_WEB_API_CONFIG ,
8- } from "~/lib/config "
8+ } from "~/lib/constants "
99import { TOKENS } from "~/lib/tokens"
1010
1111export const copilot = ofetch . create ( {
Original file line number Diff line number Diff line change 11import { stream } from "fetch-event-stream"
22
3- import { COPILOT_API_CONFIG } from "~/lib/config "
3+ import { COPILOT_API_CONFIG } from "~/lib/constants "
44
55import type { ChatCompletionsPayload } from "./types"
66
Original file line number Diff line number Diff line change 11import consola from "consola"
22
3- import { ENV } from "~/lib/config "
3+ import { ENV } from "~/lib/constants "
44import { _github } from "~/services/api-instance"
55
66interface DeviceCodeResponse {
You can’t perform that action at this time.
0 commit comments