Files
discordeno/template/bigbot/makefile
ITOH 5f25263bd4 chore(template): to main repo (#1988)
* chore: move template to main repo

* ci

* Update sync_repos.yml
2022-02-03 18:02:44 +00:00

8 lines
233 B
Makefile

rest:
deno run -A --unstable --import-map ./importMap.json src/rest/mod.ts
gateway:
deno run -A --unstable --import-map ./importMap.json src/gateway/mod.ts
bot:
deno run -A --unstable --import-map ./importMap.json src/bot/mod.ts