xq-csg-weapp_uni-ts
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
167B

  1. import { defineConfig } from "vite";
  2. import uni from "@dcloudio/vite-plugin-uni";
  3. // https://vitejs.dev/config/
  4. export default defineConfig({
  5. plugins: [uni()],
  6. });