Initial commit - Dutchie dispensary scraper

This commit is contained in:
Kelly
2025-11-28 19:45:44 -07:00
commit 5757a8e9bd
23375 changed files with 3788799 additions and 0 deletions

15
backend/node_modules/bcrypt/test-docker.sh generated vendored Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
set -xe
echo "Running on $(node -v)"
# Cleanup
rm -rf node_modules build-tmp-* lib/binding
# Install build dependencies
if [ -f /etc/alpine-release ]; then
apk add --no-cache --virtual .build-deps make gcc g++ python3
fi
su node -c "npm test; npx node-pre-gyp package"