diff --git a/.gitignore b/.gitignore index a547bf3..2e6e74d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ lerna-debug.log* node_modules dist +tabMorph dist-ssr *.local diff --git a/vite.config.ts b/vite.config.ts index 22f9fd4..58ebb4b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue' export default defineConfig({ plugins: [vue()], build: { + outDir:'tabMorph', rollupOptions: { input: ['index.html'], output:{