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, origin: app,
...rest, ...rest,
}; };
app.key = key;
fs.writeFileSync(pkgs, JSON.stringify(pkg, null, 2)); fs.writeFileSync(pkgs, JSON.stringify(pkg, null, 2));
return { pkg, showAppInfo }; return { pkg, showAppInfo };
}; };

View File

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