mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Merge branch 'main' of https://github.com/discordeno/discordeno into main
This commit is contained in:
@@ -37,6 +37,10 @@ await build({
|
||||
name: "./types",
|
||||
path: "types/mod.ts",
|
||||
},
|
||||
{
|
||||
name: "./transformers",
|
||||
path: "transformers/mod.ts",
|
||||
},
|
||||
{
|
||||
name: "./plugins",
|
||||
path: "plugins/mod.ts",
|
||||
@@ -97,6 +101,9 @@ await build({
|
||||
"types": [
|
||||
"./types/types/mod.d.ts",
|
||||
],
|
||||
"transformers": [
|
||||
"./types/transformers/mod.d.ts",
|
||||
],
|
||||
"plugins": [
|
||||
"./types/plugins/mod.d.ts",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user