feat(demo): deploy stable release preview

This commit is contained in:
李启源
2026-07-21 14:02:54 +08:00
parent dc66c4006f
commit 0d15877765
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',