mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
8 lines
233 B
Makefile
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
|