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({
e4a562aUse a relative base so the build works at any mount pointowner 5 // Relative base, so the build works wherever it is mounted
6 base: './',
1cec293Serverless p2p video calls: presence + mutual-consent WebRTC over nostr signalingJeremy Magland 7 plugins: [react()]
8})