bump: 更新版本
This commit is contained in:
@@ -141,7 +141,7 @@ export class AssistantConfig {
|
||||
this.init();
|
||||
}
|
||||
}
|
||||
getConfigPath() {}
|
||||
getConfigPath() { }
|
||||
getConfig() {
|
||||
try {
|
||||
if (!checkFileExists(this.configPath.configPath)) {
|
||||
@@ -299,9 +299,9 @@ export function parseArgs(args: string[]) {
|
||||
}
|
||||
}
|
||||
// 处理 home 参数
|
||||
if (arg === '--home') {
|
||||
result.home = true;
|
||||
}
|
||||
// if (arg === '--home') {
|
||||
result.home = true;
|
||||
// }
|
||||
if (arg === '--help' || arg === '-h') {
|
||||
result.help = true;
|
||||
}
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"description": "assistant-app package pnpm, node pkgs projects",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "pm2 start apps/code-center/dist/app.mjs --name code-center",
|
||||
"proxy": "pm2 start apps/page-proxy/dist/app.mjs --name page-proxy"
|
||||
"start": "pm2 start apps/root/code-center/app.mjs --name root/code-center",
|
||||
"proxy": "pm2 start apps/root/page-proxy/app.mjs --name root/page-proxy"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user