Add encryption

This commit is contained in:
Tarrgon
2026-06-29 18:04:58 -04:00
parent 3e26ff5450
commit 7b4e057764
13 changed files with 321 additions and 51 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
"start": "node dist/index.js",
"build": "npm run clean && node scripts/build.js && npm run copyfiles",
"clean": "rimraf dist",
"copyfiles": "copyfiles -u 1 \"./src/**/*.html\" ./dist"
"copyfiles": "copyfiles -u 1 \"./src/**/*.html\" ./dist",
"encrypt": "node ./scripts/encrypt-data.js"
}
}