feat: backup before system reinstall
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user