update: remove app.key
This commit is contained in:
@@ -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 };
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user