UNPKG
jessibuca
Version:
latest (4.0.0)
4.0.0
a h5 live stream player
github.com/langhuihui/jessibuca
langhuihui/jessibuca
jessibuca
/
packages
/
demuxer
/
vite.config.ts
15 lines
(14 loc)
•
228 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { defineConfig }
from
'vite'
; export
default
defineConfig
({
root
:
'./'
,
publicDir
:
'public'
,
server
: {
port
:
3000
,
open
:
true
,
cors
:
true
},
build
: {
outDir
:
'dist'
,
sourcemap
:
true
} });