Karsa hace 1 año
padre
commit
cd8ebdb88d
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      .gitignore
  2. 1 1
      vite.config.ts

+ 2 - 0
.gitignore

@@ -5,4 +5,6 @@ dist-ssr
 *.local
 horz_chart
 horz_chart.zip
+eta_chart_front
+eta_chart_front.zip
 package-lock.json

+ 1 - 1
vite.config.ts

@@ -26,7 +26,7 @@ export default defineConfig({
 		},
 	},
   build: {
-    outDir: 'horz_chart',
+    outDir: 'eta_chart_front',
 		chunkSizeWarningLimit: 1000,//单文件过1000kb警告
   },
   resolve: {