modif libsource.json to get lib

This commit is contained in:
2025-08-18 15:32:44 +02:00
parent c13f5ece7e
commit c744f1fb4a
2 changed files with 14 additions and 14 deletions

4
.gitignore vendored
View File

@@ -5,8 +5,8 @@ wwws/*/dist/**
!wwws/*/src/**
!wwws/itm/
!wwws/itm/**
wwws/cdn/lib
!wwws/cdn/lib/symlink.json
wwws/cdn/lib/*
!wwws/cdn/lib/libsource.json
devices
frenchlocation
nations

View File

@@ -1,26 +1,26 @@
[
{
"pathsrc": "nodePath/apxtri/models/Checkjson.js",
"pathdest": "dataPath/apxtri/objects/wwws/cdn/lib/checkjson.js"
"pathsrc": "models/Checkjson.js",
"pathdest": "checkjson.js"
},
{
"pathsrc": "nodePath/apxtri/node_modules/axios/dist/axios.min.js",
"pathdest": "dataPath/apxtri/objects/wwws/cdn/lib/axios/dist/axios.min.js"
"pathsrc": "node_modules/axios/dist/axios.min.js",
"pathdest": "axios/dist/axios.min.js"
},
{
"pathsrc": "nodePath/apxtri/node_modules/dayjs/dayjs.min.js",
"pathdest": "dataPath/apxtri/objects/wwws/cdn/lib/dayjs/dayjs.min.js"
"pathsrc": "node_modules/dayjs/dayjs.min.js",
"pathdest": "dayjs/dayjs.min.js"
},
{
"pathsrc": "nodePath/apxtri/node_modules/mustache/mustache.min.js",
"pathdest": "dataPath/apxtri/objects/wwws/cdn/lib/mustache/mustache.min.js"
"pathsrc": "node_modules/mustache/mustache.min.js",
"pathdest": "mustache/mustache.min.js"
},
{
"pathsrc": "nodePath/apxtri/node_modules/openpgp/dist/openpgp.min.js",
"pathdest": "dataPath/apxtri/objects/wwws/cdn/lib/openpgp/dist/openpgp.min.js"
"pathsrc": "node_modules/openpgp/dist/openpgp.min.js",
"pathdest": "openpgp/dist/openpgp.min.js"
},
{
"pathsrc": "nodePath/apxtri/node_modules/qr-code-styling/lib/qr-code-styling.js",
"pathdest": "dataPath/apxtri/objects/wwws/cdn/lib/qr-code-styling/lib/qr-code-styling.js"
"pathsrc": "node_modules/qr-code-styling/lib/qr-code-styling.js",
"pathdest": "qr-code-styling/lib/qr-code-styling.js"
}
]