Skip to content

Commit

Permalink
fix: remove entry-point that does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Oct 27, 2024
1 parent 9da3a63 commit 9d58f9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default defineConfig([
{
entry: {
main: "src/main.ts",
"ticket-assigner": "src/ticket-assigner/main.ts",
},
target: "node22",
format: "esm",
Expand Down

0 comments on commit 9d58f9b

Please sign in to comment.