db:import --> nostr:pull

This commit is contained in:
Siddharth Singh 2024-07-01 23:21:29 +05:30
parent e07be77de7
commit 6974b78952
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"dev": "deno run -A --watch src/server.ts",
"hook": "deno run --allow-read --allow-run --allow-write https://deno.land/x/deno_hooks@0.1.1/mod.ts",
"db:migrate": "deno run -A scripts/db-migrate.ts",
"db:import": "deno run -A scripts/db-import.ts",
"nostr:pull": "deno run -A scripts/nostr-pull.ts",
"debug": "deno run -A --inspect src/server.ts",
"test": "DATABASE_URL=\"sqlite://:memory:\" deno test -A --junit-path=./deno-test.xml",
"check": "deno check src/server.ts",