fry69
fry69
There seem to be problems with publishing packages currently when using the recommended `npx jsr publish` GitHub workflow that gets shown in the documentation and when setting up a new...
fix #3476 This removes misleading `main.tsx` filenames from the documentation examples. Also repetitive/slightly misleading `main.ts` filenames got removed unless they are complete copy/paste ready examples including proper `import` statements. Usually...
Possible fix #3487 This includes - test case (first commit) - fix (second commit) - dev server test, ignored (3rd/4th commit) After analyzing the problem for a while for the...
This adds a short clarification how imported assets vs. static files get handled now with Vite to the existing documentation for static files.
I am not sure if this is not already a known issue, but since it got mentioned in #3500 I think it is good to document it properly: When trying...
fix #3378 Signing esbuild binaries seem to fix the problem with failing tests on my machine (M1 Air/macOS 15.7): ```shell $ deno test -A [...] ok | 476 passed (14...
This PR aims to centralize test helper function and anything that requires cross package imports inside the Fresh monorepo under a new not exported `@fresh/internal` package. See also the this...
This fixes the markdown docs. Notes: - JSX inside `main.ts` will not work, `main.tsx` is not supported, so a real route is needed - added an outside example tutorial (please...
- remove leftover `www/dev.ts` from Vite conversion - `plugin-vite` tests use only local folders on windows (like #3425) Reason: Leftover `tmp_vite*` folders are piling up in my filesystem inside the...
trying to fix #3391 again, this gets a bit hairy, it forces propagating the basePath through the runtime. Well, this code may not win a beauty contest, but so far...