mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
add stream lottery
This commit is contained in:
@@ -3,9 +3,15 @@ import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import path from 'path'
|
||||
import svgLoader from 'vite-svg-loader'
|
||||
import mkcert from 'vite-plugin-mkcert'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue(), svgLoader()],
|
||||
server: {
|
||||
https: true, // 需要开启https服务
|
||||
},
|
||||
plugins: [vue(), svgLoader(), mkcert({
|
||||
source: 'coding'
|
||||
})],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, 'src'),
|
||||
@@ -15,4 +21,3 @@ export default defineConfig({
|
||||
'process.env': {},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user