Wei Wang
Wei Wang
> Can you explain why for instance in TypeScript's case we need `distDir` to be explicit? > > ```js > viteFastify({ distDir: resolve(import.meta.dirname, 'dist') }), > ``` > > Perhaps...
Can you share the relevant parts of your `vite.config.js` and the options that you're passing to FastifyVite in your server.js file?
@bschelling Being fastify first means you can more easily build an API in addition to your web app on your fastify server. Fastify has lots of plugins for you to...
Can you try version 8.1.3?
How can anything satisfy the type `string & Location`? Was it supposed to be `string | Location` instead?
> In order for this to work, we need to create an automated token from `npm`. One critical problems is that, if I want to enforce the whitelist of token,...
> Seems overly complicated, I like conventional commits though. But I agree that we should only use `main` or `dev`, not both Conventional commits are good for repos that only...
> @onlywei I'd like to ensure we're able to manually do releases, and not have a CI-dependent setup. > > I haven't read through it all yet, but this remains...
@climba03003 Does the fastify org already have a precedent for setting up a dedicated machine such as a self-hosted github actions runner to do anything similar?
> > Does the fastify org already have a precedent for setting up a dedicated machine such as a self-hosted github actions runner to do anything similar? > > >...