Files
discordeno/template/bigbot/makefile
2022-02-11 09:49:53 +00:00

8 lines
229 B
Makefile

rest:
deno run -A --unstable --import-map ./importMap.json 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