Improves management of json files
Pull Request Check / testing (pull_request) Successful in 20s Details

pull/43/head
macniel 2025-09-29 14:35:50 +02:00
parent f3f52e77aa
commit 403557b0f8
347 changed files with 7404 additions and 40 deletions

View File

@ -38,7 +38,7 @@ function updateManifestFile() {
function buildDB() { function buildDB() {
// Determine which source folders to process // Determine which source folders to process
const PACK_SRC = "src/packs/_source" const PACK_SRC = "src/packs/__source"
const PACK_DEST = "dist/packs/" const PACK_DEST = "dist/packs/"
return new Promise(async (resolve, reject) => { return new Promise(async (resolve, reject) => {

Some files were not shown because too many files have changed in this diff Show More