Skip to content

Commit

Permalink
web fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 19, 2024
1 parent 259263f commit 0243356
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion packages/carbon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * from "./abstracts/BaseGuildChannel.js"
export * from "./abstracts/BaseGuildTextChannel.js"
export * from "./abstracts/BaseInteraction.js"
export * from "./abstracts/GuildThreadOnlyChannel.js"
export * from "./abstracts/Plugin.js"

// ----- Classes -----
export * from "./classes/Button.js"
Expand Down Expand Up @@ -39,6 +40,7 @@ export * from "./internals/ChannelSelectMenuInteraction.js"
export * from "./internals/CommandHandler.js"
export * from "./internals/CommandInteraction.js"
export * from "./internals/ComponentHandler.js"
export * from "./internals/FieldsHandler.js"
export * from "./internals/MentionableSelectMenuInteraction.js"
export * from "./internals/ModalHandler.js"
export * from "./internals/ModalInteraction.js"
Expand All @@ -63,5 +65,9 @@ export * from "./structures/Message.js"
export * from "./structures/Role.js"
export * from "./structures/User.js"

// ----- Types -----
// ----- Misc -----
export * from "discord-api-types/v10"
export * from "./adapters/shared.js"
export * from "./createHandle.js"
export * from "./types.js"
export * from "./utils.js"
4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"persistent": true
},
"web:build": {
"dependsOn": ["build", "docs"]
"dependsOn": ["build", "docs"],
"outputs": ["website/.next/**"]
},
"web:start": {},
"web:dev": {},
"docs": {
"dependsOn": ["build", "^docs"],
Expand Down

0 comments on commit 0243356

Please sign in to comment.