UNPKG
realtimecursor
Version:
latest (1.0.0)
1.0.0
Real-time collaboration system with cursor tracking and approval workflow
realtimecursor
/
react-example
/
vite.config.js
7 lines
(6 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()], })