Skip to content

Commit

Permalink
fix: add thread file as an entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jul 29, 2023
1 parent c36d517 commit baf1abe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/strategy/IndomitableStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ import {
FetchingStrategyOptions,
IShardingStrategy,
managerToFetchingStrategyOptions,
WebSocketManager, WebSocketShardDestroyOptions, WebSocketShardDestroyRecovery, WebSocketShardStatus
WebSocketManager,
WebSocketShardDestroyOptions,
WebSocketShardDestroyRecovery,
WebSocketShardStatus
} from '@discordjs/ws';
import { Collection } from 'discord.js';
import { MainStrategyData, MainStrategyOps } from '../Util';
Expand Down
4 changes: 2 additions & 2 deletions tsup-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dts": true,
"entry": ["index.ts"],
"entry": ["index.ts", "src/strategy/Thread.ts"],
"splitting": false,
"sourcemap": true,
"clean": true,
"format": ["esm", "cjs"]
}
}

0 comments on commit baf1abe

Please sign in to comment.