refactor: use bun for runtime and packaging (#1063)

This commit is contained in:
Christian Benincasa
2025-01-29 13:42:34 -05:00
committed by GitHub
parent 58c4ce139c
commit c9c3130d70
373 changed files with 1745 additions and 2145 deletions

View File

@@ -1,11 +1,11 @@
import { FfmpegStreamFactory } from '@/ffmpeg/FfmpegStreamFactory.js';
import { NutOutputFormat } from '@/ffmpeg/builder/constants.js';
import { LocalFileStreamDetails } from '@/stream/local/LocalFileStreamDetails.js';
import { RouterPluginAsyncCallback } from '@/types/serverType.js';
import type { RouterPluginAsyncCallback } from '@/types/serverType.js';
import dayjs from 'dayjs';
import { z } from 'zod';
import { container } from '../../container.ts';
import { FFmpegFactory } from '../../ffmpeg/FFmpegModule.ts';
import type { FFmpegFactory } from '../../ffmpeg/FFmpegModule.ts';
import { KEYS } from '../../types/inject.ts';
export const debugFfmpegApiRouter: RouterPluginAsyncCallback = async (