introducing standalone client UI for examples that use Daily prebuilt

This commit is contained in:
Jon Taylor
2024-05-16 17:24:07 +01:00
parent 9447b32f3e
commit 27c019c25a
31 changed files with 4843 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import webfontDownload from "vite-plugin-webfont-dl";
export default defineConfig({
plugins: [react(), webfontDownload()],
});