1cec293Serverless p2p video calls: presence + mutual-consent WebRTC over nostr signalingJeremy Magland 1import {defineConfig} from 'vite'
2import react from '@vitejs/plugin-react'
4export default defineConfig({
5 // Project pages are served from https://<org>.github.io/commoncall/
6 base: '/commoncall/',
7 plugins: [react()]
8})