feat: backup before system reinstall

This commit is contained in:
ben
2025-09-06 07:39:03 +00:00
parent 2ffd7a8221
commit f39e03fde2
6 changed files with 305 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ const API_PROXY_TARGET = `http://localhost:${
const mergedConfig = defineConfig({
server: {
strictPort: true,
port: 3000,
strictPort: false,
proxy: [
{
context: ['/api'],
@@ -103,6 +104,7 @@ const mergedConfig = defineConfig({
'process.env.RUNTIME_ENTRY': JSON.stringify('@coze-dev/runtime'),
'process.env.TARO_ENV': JSON.stringify('h5'),
ENABLE_COVERAGE: JSON.stringify(false),
IS_OVERSEA: JSON.stringify(GLOBAL_ENVS.IS_OVERSEA),
},
include: [
path.resolve(__dirname, '../../packages'),