Compare commits
No commits in common. "master" and "v1.6.0" have entirely different histories.
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@ijl/fire.app",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ijl/fire.app",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.0",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ijl/fire.app",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -22,8 +22,6 @@ let mainMountElement = document.getElementById('app');
|
||||
if (!mainMountElement) {
|
||||
mainMountElement = document.createElement('div');
|
||||
mainMountElement.id = 'app';
|
||||
|
||||
document.body.append(mainMountElement);
|
||||
}
|
||||
|
||||
export default async ({ apps: rawApps, navigations, config, features }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user