mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
chore(dev): add https option (#5622)
This commit is contained in:
parent
7032e75721
commit
ab018ea46e
@ -51,7 +51,7 @@ export default async () => {
|
||||
return defineConfig({
|
||||
server: {
|
||||
host: true,
|
||||
https: true,
|
||||
https: !!process.env.HTTPS,
|
||||
fs: {
|
||||
allow: [projRoot],
|
||||
},
|
||||
|
@ -34,7 +34,7 @@ export default defineConfig(async () => {
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
https: true,
|
||||
https: !!process.env.HTTPS,
|
||||
},
|
||||
plugins: [
|
||||
vue(),
|
||||
|
Loading…
Reference in New Issue
Block a user