refactor(server): rename tests folder
This commit is contained in:
@@ -2,8 +2,8 @@ import type Redis from 'ioredis'
|
||||
|
||||
import type { Env } from './libs/env'
|
||||
import type { OtelInstance } from './libs/otel'
|
||||
import type { BillingMqService } from './services/billing-mq'
|
||||
import type { BillingService } from './services/billing-service'
|
||||
import type { BillingMqService } from './services/billing/billing-mq'
|
||||
import type { BillingService } from './services/billing/billing-service'
|
||||
import type { CharacterService } from './services/characters'
|
||||
import type { ChatService } from './services/chats'
|
||||
import type { ConfigKVService } from './services/config-kv'
|
||||
@@ -40,8 +40,8 @@ import { createFluxRoutes } from './routes/flux'
|
||||
import { createProviderRoutes } from './routes/providers'
|
||||
import { createStripeRoutes } from './routes/stripe'
|
||||
import { createV1CompletionsRoutes } from './routes/v1completions'
|
||||
import { createBillingMqService } from './services/billing-mq'
|
||||
import { createBillingService } from './services/billing-service'
|
||||
import { createBillingMqService } from './services/billing/billing-mq'
|
||||
import { createBillingService } from './services/billing/billing-service'
|
||||
import { createCharacterService } from './services/characters'
|
||||
import { createChatService } from './services/chats'
|
||||
import { createConfigKVService } from './services/config-kv'
|
||||
|
||||
Reference in New Issue
Block a user