update: remove app.key

This commit is contained in:
2025-12-01 00:21:14 +08:00
parent d4ff2862bd
commit 31bc2a5576
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ export const installAppFromKey = async (key: string) => {
origin: app,
...rest,
};
app.key = key;
fs.writeFileSync(pkgs, JSON.stringify(pkg, null, 2));
return { pkg, showAppInfo };
};

View File

@@ -6,7 +6,6 @@
"basename": "/root/wxmsg",
"app": {
"type": "system-app",
"key": "root/wxmsg",
"entry": "./app.js",
"runtime": [
"server"