6 lines
272 B
Bash
6 lines
272 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
deno run -A https://raw.githubusercontent.com/hibas123/denovamon/master/denovamon.ts start --ignore="db.json,tmp" --command="deno run -A --unstable --importmap import_map.json src/registry.ts"
|
||
|
|
||
|
# deno run -A --unstable --importmap import_map.json registry.ts
|