@kmlckj/licos-ai-cli 1.0.27 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -193,17 +193,17 @@ export default defineConfig<'vite'>(async (merge, _env) => {
193
193
  sourceRoot: 'src',
194
194
  outputRoot,
195
195
  plugins: ['@tarojs/plugin-generator', ...buildMiniCIPluginConfig()],
196
- defineConstants: {
197
- PROJECT_DOMAIN: JSON.stringify(
198
- process.env.PROJECT_DOMAIN ||
199
- process.env.LICOS_PROJECT_DOMAIN_DEFAULT ||
200
- '',
201
- ),
202
- LICOS_H5_BASE_PATH: JSON.stringify(
203
- deployBasePath.replace(/\/+$/g, ''),
204
- ),
205
- LICOS_TARO_ENV: JSON.stringify(process.env.TARO_ENV || ''),
206
- },
196
+ defineConstants: {
197
+ PROJECT_DOMAIN: JSON.stringify(
198
+ process.env.PROJECT_DOMAIN ||
199
+ process.env.LICOS_PROJECT_DOMAIN_DEFAULT ||
200
+ '',
201
+ ),
202
+ LICOS_H5_BASE_PATH: JSON.stringify(
203
+ deployBasePath.replace(/\/+$/g, ''),
204
+ ),
205
+ LICOS_TARO_ENV: JSON.stringify(process.env.TARO_ENV || ''),
206
+ },
207
207
  copy: {
208
208
  patterns: [],
209
209
  options: {},