Pre Merge pull request !45 from 随心/master

This commit is contained in:
随心 2023-01-29 01:31:31 +00:00 committed by Gitee
commit dceb091f00
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
server: {
host: '0.0.0.0',
port: env.VITE_PORT as unknown as number,
open: env.VITE_OPEN,
open: env.VITE_OPEN === 'true',
hmr: true,
proxy: {
'/gitee': {