Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: Session management #42

Merged
merged 14 commits into from
Dec 12, 2024
Merged

feat: Session management #42

merged 14 commits into from
Dec 12, 2024

Conversation

elementbound
Copy link
Contributor

Closes #23

@@ -0,0 +1,5 @@
export function assert(condition: boolean, message: string = ''): void {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

server-side we can use node:assert
https://bun.sh/docs/runtime/nodejs-apis

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -1,4 +1,4 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got that, that we have a separate tsconfig only for build, where we can exclude the type-checks on
node_modules, test, dist, and test files, but where do we reference it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIIRC it's a leftover from nest's starter template. Removed, since we don't actually transpile server code.

Base automatically changed from feat/base-dao to main December 8, 2024 22:04
@elementbound elementbound force-pushed the feat/session-management branch from b418c2a to 11534c6 Compare December 8, 2024 22:13
@elementbound elementbound merged commit 78e7cce into main Dec 12, 2024
@elementbound elementbound deleted the feat/session-management branch December 12, 2024 11:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Session management
2 participants