-
-
Notifications
You must be signed in to change notification settings - Fork 92
docs: Add src/ directory to TypeScript starters #264
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
Conversation
✅ Deploy Preview for agitated-mahavira-26f8f9 canceled.
|
| writeFileSync(join(starterRoot, starter, 'package.json'), JSON.stringify(pkgJSON, null, 2)) | ||
| } | ||
| cd(root) | ||
| await $`pnpm i` |
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 needed to get the optionalDependencies out of pnpm-lock.yaml
|
@galvez hmmm, if we look at the CI results, it doesn't look like the tests are running for all the examples and starters in CI. I ran them locally, but I think we need to fix this. |
galvez
left a comment
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.
LGTM
* fix: Remove optionalDependencies from @fastify/vite (#257) * docs: rm outdated info * docs: update roadmap * docs: update known limitations * docs: update section on route location * chore: fix pnpm-lock.yaml * Import meta dirname filename (#263) * Use import.meta.dirname instead of import.meta.url * Use import.meta.filename * undo changes in contrib folder * Fix some stuff I missed * Add src/ directory to TypeScript starters (#264) * Bump @fastify/[email protected] --------- Co-authored-by: Jonas Galvez <[email protected]>
* fix: Remove optionalDependencies from @fastify/vite (#257) * docs: rm outdated info * docs: update roadmap * docs: update known limitations * docs: update section on route location * chore: fix pnpm-lock.yaml * Import meta dirname filename (#263) * Use import.meta.dirname instead of import.meta.url * Use import.meta.filename * undo changes in contrib folder * Fix some stuff I missed * Add src/ directory to TypeScript starters (#264) * Bump @fastify/[email protected] * fix: install tsx into react/vue starters for typescript * fix: set allowJs to false in starters' tsconfig.json files * Bump @fastify/[email protected] * Run pnpm prep-for-release --------- Co-authored-by: Jonas Galvez <[email protected]>
Adds the
src/directory to both typescript starters to match the examples folders.Checklist
npm run testandnpm run benchmarkand the Code of conduct