Skip to content

Commit

Permalink
🔧 chore: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 15, 2023
1 parent b559207 commit 6be487f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/microsoft-speech.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { MicrosoftSpeechPayload, createMicrosoftSpeechComletion } from '@/index';
import { createMicrosoftSpeechComletion } from '../src/server/createMicrosoftSpeechComletion';
import { MicrosoftSpeechPayload } from '../src/server/types';

export const config = {
runtime: 'edge',
Expand Down

0 comments on commit 6be487f

Please sign in to comment.