fugui001 2 місяців тому
батько
коміт
8fc89a4856
1 змінених файлів з 1 додано та 1 видалено
  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',