FIX: dependencies

This commit is contained in:
Tony Air 2021-08-07 03:23:45 +02:00
parent 170447ae98
commit 65d40cd47d
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ const IP = process.env.IP || conf.HOSTNAME;
const PORT = process.env.PORT || conf.PORT;
const UIInfo = require('./package.json');
test: /\.(png|webp|jpg|jpeg|gif|svg)$/,
type: "asset/resource",
},
const UIVERSION = JSON.stringify(UIInfo.version);
const UIMetaInfo = require('./node_modules/@a2nt/meta-lightbox-js/package.json');