-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug fix on with-docker #7915
Bug fix on with-docker #7915
Conversation
…type of 'createServer' cannot be named without a reference"
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Ignored Deployments
|
@zsh77 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
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.
Love all the cleanup! Thank you.
Description
@repo/jest-presets
package one level up and out of /jest directory for better accessibility. (in order to import the jest presets like@repo/jest-presets/node
instead of@repo/jest-presets/jest/node
)@types/node
to@repo/logger
package and applied it intypes
of tsconfig.json to fix the error:lib
of@repo/logger
to fix the error:toBeCalled
as it's been deprecatedhealthz
tostatus
for consistency between examples and also to fix the typo ofhealthz
ChangeEvent
andFormEvent
instead of using them asReact.ChangeEvent
andReact.FormEvent
README.md
to have updated apps and packages informationsTesting Instructions
Running
npx create-turbo@latest -e with-docker
and then bothpnpm dev
andpnpm test
should work fine and tests should pass.