Parcourir la source

自动上传:xpg-ui

fugui001 il y a 2 mois
Parent
commit
8fc89a4856
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -16,7 +16,7 @@ export default defineConfig(({ mode, command }) => {
       },
       extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue']
     },
-    // https://cn.vitejs.dev/config/#resolve-extensions
+    // https://cn.vitejs.dev/config/#resolve-extensions 10301
     plugins: createPlugins(env, command === 'build'),
     server: {
       host: '0.0.0.0',