/ concept-collection / trystero-messaging-demo
Sign in
concept-collection / trystero-messaging-demo
trystero-messaging-demo / vite.config.ts
12 lines · 306 BBlameHistoryRaw
1import {defineConfig} from 'vite'
2import react from '@vitejs/plugin-react'
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7 // Served from https://concept-collection.github.io/trystero-messaging-demo/
8 base: '/trystero-messaging-demo/',
9 server: {
10 host: true
11 }
12})
moveopenescclose