feat(demo): deploy stable release preview
All checks were successful
Package component / package (push) Successful in 2m31s

This commit is contained in:
李启源
2026-07-21 14:02:54 +08:00
parent dc66c4006f
commit 52ab42ffac
4 changed files with 39 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vitest/config'
export default defineConfig({
base: process.env.DEMO_BASE_PATH ?? '/',
plugins: [vue()],
server: {
host: '0.0.0.0',