feat: Welcome Video.js player v8.23.3

This commit is contained in:
Yiannis Christodoulou
2025-07-08 06:02:53 +03:00
parent 966c2921b5
commit 3be86f91f7
24 changed files with 10598 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})