mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-18 03:34:20 +01:00
db:import --> nostr:pull
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user