Files
discordeno/template/bigbot/makefile
T

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