-
Notifications
You must be signed in to change notification settings - Fork 189
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
Te server refactor 1 #1864
base: edge
Are you sure you want to change the base?
Te server refactor 1 #1864
Conversation
4d2c6c6
to
acca6ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing work! I left a few minor comments.
return isdup; | ||
} | ||
|
||
export { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exporting everything twice is an anti-pattern. Determine which type of export to use for this module (default or non-default) and remove the other one.
.gitignore
Outdated
.venv | ||
jigsaw-vertex-integration-92ef30330cf7.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems oddly specific, but ok.
alternatively try a wildcard like jigsaw-vertex-integration*.json
Migrating routes away from server.ts while deleting unused or commented out code