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.

vite.config.ts 167B

1 yıl önce
1234567
  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. });