/ concept-collection / commonroom
Sign in
concept-collection / commonroom
commonroom / vite.config.ts
8 lines · 206 BCodeBlameHistory
9813683Serverless group video calls: rooms, WebRTC mesh, shared settingsJeremy Magland 1import {defineConfig} from 'vite'
2import react from '@vitejs/plugin-react'
4export default defineConfig({
bed25f3Use a relative base so the build works at any mount pointowner 5 // Relative base, so the build works wherever it is mounted
6 base: './',
8})
moveopenescclose