mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
fix: remove explicit .ts extension in qoderCli import that caused 500 error in production build
This commit is contained in:
parent
f1cc970773
commit
dfa0cc95ea
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import { getConsistentMachineId } from "@/shared/utils/machineId";
|
|||
import { syncToCloud } from "@/lib/cloudSync";
|
||||
import { createProviderSchema } from "@/shared/validation/schemas";
|
||||
import { isValidationFailure, validateBody } from "@/shared/validation/helpers";
|
||||
import { normalizeQoderPatProviderData } from "@omniroute/open-sse/services/qoderCli.ts";
|
||||
import { normalizeQoderPatProviderData } from "@omniroute/open-sse/services/qoderCli";
|
||||
|
||||
// GET /api/providers - List all connections
|
||||
export async function GET() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue