Files
q-tube/vite.config.ts
Qortal Seth 786d9d85d4 The NEXT button in 4-VideoFormActionButtons.tsx shows the % progress of processing videos.
The Edit Video form has been updated with similar functionality to the Publish Video form.

AddToBookmarks.tsx text now works on light mode theme.

Fixed some type issues in VideoContent.tsx
2026-06-12 13:22:23 -06:00

9 lines
178 B
TypeScript

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '',
});