switch to a library with ts support out of the box, idb

This commit is contained in:
Jack Case
2025-12-10 20:15:50 +00:00
parent f71467fdf8
commit dbe14c9b25
7 changed files with 24 additions and 26 deletions

View File

@@ -8,8 +8,8 @@ if tsc; then
cp -r node_modules/altcha/dist_external scripts/altcha/
cp node_modules/altcha/* scripts/altcha/
mkdir -p scripts/indexeddb-promise
cp node_modules/@coderundebug/indexeddb-promise/* scripts/indexeddb-promise
mkdir -p scripts/idb
cp node_modules/idb/build/* scripts/idb/
zip -r package.zip icons/ pages/ scripts/ styles/ manifest.json