Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: array based module loading #379

Merged
merged 2 commits into from
Jan 18, 2025

Conversation

DuroCodes
Copy link
Contributor

can now supply events, tasks, or commands with an array (strings still work)

ie:

Sern.init({
  commands: ['dist/commands', 'dist/more-commands'],
  events: 'dist/events',
});
``

@DuroCodes DuroCodes requested a review from jacoobes as a code owner January 18, 2025 03:15
@jacoobes jacoobes changed the base branch from main to error-handling-better January 18, 2025 04:28
@jacoobes jacoobes merged commit 495402f into sern-handler:error-handling-better Jan 18, 2025
1 check passed
jacoobes added a commit that referenced this pull request Jan 18, 2025
* error-handling-draft

* feat: array based module loading (#379)

Co-authored-by: Jacob Nguyen <[email protected]>

* Update utility.ts

* Update sern.ts

* describesemanticsbetter

---------

Co-authored-by: Duro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants