solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
Pass through enctype=multipart/form-data when submitting an action's Form so that files can be uploaded In the node adapter, when the request body is multipart/form-data, convert parts that are files to...
vite has peerDependencies. https://github.com/vitejs/vite/blob/main/packages/vite/package.json#L123-L128 ``` "peerDependencies": { "less": "*", "sass": "*", "stylus": "*", "terser": "^5.4.0" }, ``` pnpm will install multiple instances of a package with the same version depending...
``` (node:26369) UnhandledPromiseRejectionWarning: Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/workspaces/-----/node_modules/stream/web' imported from /workspaces/-----/node_modules/.pnpm/[email protected]_nonwz67wm5lb5x5bdfuthnoihq/node_modules/solid-start/node/globals.js at new NodeError (internal/errors.js:322:7) at finalizeResolution (internal/modules/esm/resolve.js:318:11) at moduleResolve (internal/modules/esm/resolve.js:776:10) at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:887:11) at Loader.resolve (internal/modules/esm/loader.js:89:40)...
Hi, Currently `soild-start-mdx` doesn't accept params so it's not possible to extends the mdx configuration with additional plugins.
When running a ts files using the `tsx` library, the ts files are built using esbuild. ```ts import server from 'solid-start/server' const my_fn = server(()=>{}) ``` If the `server` function...
When running the `tsc` command at a new created project root, I got the following error messages. Even I have already added `"skipLibCheck": true` and `"exclude": ["node_modules"]` to `tsconfig.json`. Is...
We should be able to generate the sitemap.xml file as part of the build process. Fresh-seo does something similar for the fresh framework https://github.com/xstevenyung/fresh-seo But this could be integrated into...
Added genre page with infinite scrolling to show list of films from a specific genre. EDIT: i've also updated #411 to add the sitemaps for the genre page
This PR adds robots.txt and meta tag description to improve on the SEO of web dev measure. It also add an index sitemap and a series of sitemaps for base,...
**Step to reproduce:** - create a new solid project once. - create a new solid project again. **Expected behavior:** create both project successfully. **Actual behavior:** can't create 2nd project. **Error...