Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"db:migrate:remote": "wrangler d1 migrations apply scraper-ops --remote",
"db:push:local": "drizzle-kit push --config=drizzle-dev.config.ts",
"db:push:remote": "drizzle-kit push --config=drizzle-prod.config.ts",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
"db:reset:local": "wrangler d1 execute scraper-ops --local --command=\"DROP TABLE IF EXISTS jobs; DROP TABLE IF EXISTS error_logs;\" && bun run db:migrate:local",
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
"seed": "bun run src/scripts/seed.ts"
},
"dependencies": {
"@dev-team-fall-25/server": "workspace:*",
Expand Down
398 changes: 398 additions & 0 deletions apps/scraper/public/dashboard.js

Large diffs are not rendered by default.

Loading
Loading