import { defineConfig } from "@tarojs/cli"; export default defineConfig({ env: { NODE_ENV: '"development"' }, mini: {}, h5: {} });