Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: next build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Apr 20, 2024
1 parent 83832b1 commit a8ccc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/appRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import type {
ZodOpenApiPathsObject,
} from '@lilyrose2798/trpc-openapi/dist/generator'
import {generateOpenApiDocument} from '@lilyrose2798/trpc-openapi/dist/generator'
import {getServerUrl} from 'apps/app-config/constants'
import {flatRouter, outgoingWebhookEventMap} from 'packages/engine-backend'
import {getServerUrl} from '@openint/app-config/constants'
import {mgmtRouter} from '@openint/mgmt'
import {mapKeys, mapValues, publicProcedure, trpc, z} from '@openint/vdk'
import {crmRouter} from '@openint/vertical-crm'
Expand Down

0 comments on commit a8ccc45

Please sign in to comment.