UNPKG
test-iki-mini-app
Version:
latest (1.0.0)
1.0.0
ứng dựng bán hàng trên mini app z a l o
gitlab.com/drhoang999/com.miniapp.ikitech.happybreakfast
test-iki-mini-app
/
vite.config.ts
12 lines
(10 loc)
•
245 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { defineConfig }
from
"vite"
; import reactRefresh
from
"@vitejs/plugin-react-refresh"
;
// https://vitejs.dev/config/
export
default
() => {
return
defineConfig
({
root
:
"./src"
,
base
:
""
,
plugins
: [
reactRefresh
()], }); };