This commit is contained in:
xiao.xiong
2025-10-11 15:35:42 +08:00
commit 10cdbb2967
9 changed files with 981 additions and 0 deletions

6
vite.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite';
export default defineConfig({
base: process.env.NODE_ENV === 'production' ? '/root/card-spin/' : '/',
});