+1
-1
deno.json
+1
-1
deno.json
···
11
11
},
12
12
"tasks": {
13
13
"start-feedgen": "deno serve --no-prompt --env-file --allow-env --allow-ffi --allow-read --port=4000 feedgen.ts",
14
-
"start-ingest": "deno run --no-prompt --env-file --allow-net --allow-env --allow-ffi --allow-read ingest.ts"
14
+
"start-ingest": "deno serve --no-prompt --env-file --allow-net --allow-env --allow-ffi --allow-read --port=4001 ingest.ts"
15
15
}
16
16
}