PatrickJS

Results 280 comments of PatrickJS

Out of order rendering will be in v2

well we were hoping others would fix it (for more contributions). I'm going through and cleaning up all the old issues 😅 if you find any more windows issues let...

@DustinJSilk if you're using aws or anything with s3 to host the files you can deploy everything in /build folder in the same /build folder. this will fix the preview/next...

well it looks like if you have ```js { "id": "your-custom-action-id", "validation": zod({}), } ``` I think @shairez requested this feature awhile back it looks like it was never documented...

this is because when rendering static pages you need to know how to get the data https://qwik.dev/docs/guides/static-site-generation/#dynamic-ssg-routes

you can tell vite to watch .module.css files ```js server: { watch: { // During dev, 'node_modules/.vite' is written to by Vite. include: ['src/**/*.module.css'] // watches only the specific *.module.css...

closing for https://github.com/QwikDev/qwik/issues/6237

this might be an issue with vercel we're other teams that deploy to vercel getting 405 errors