update: remove app.key
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
"basename": "/root/wxmsg",
|
||||
"app": {
|
||||
"type": "system-app",
|
||||
"key": "root/wxmsg",
|
||||
"entry": "./app.js",
|
||||
"runtime": [
|
||||
"server"
|
||||
|
||||
Reference in New Issue
Block a user