forgor to add a run task

pull/1/head
Drake 2 years ago
parent 67b3902bff
commit 70b073fb81

@ -7,6 +7,7 @@
},
"importMap": "./import_map.json",
"tasks": {
"run:db": "surreal start --user root --pass root rocksdb://dist/database"
"run:db": "surreal start --user root --pass root rocksdb://dist/database",
"run:bot": "deno run --allow-net --allow-read --allow-env index.ts"
}
}

Loading…
Cancel
Save