solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

SolidStart, the Solid app framework

Results 393 solid-start issues
Sort by recently updated
recently updated
newest added

Unstable Islands don't work on windows, it seems to be due to a problem with the handling of path separators. This is the error I'm getting ``` [plugin:vite:import-analysis] Failed to...

I replaced the backslashes in the windows path with forward slashes

Right now the options in the CLI are `bare`, `hackernews`, `todomvc`, and other than that all the other options are different integrations. However, since every integration is its own template...

https://github.com/solidjs/solid-start/issues/495 needed to update the regex

Single quote imports are missed by the compilation. While this isn't the final API. Definitely unexpected trap.

Environment variables are always being logged to the console in dev, and it creates unnecessary noise in the console. I think that those logs should probably be removed.

Not all package managers use `node_modules` as target folder to save modules. An example is _yarn Berry_, with Plug'n'Play enabled (pnp loader), that use `./yarn/cache` or global cache folder instead...

`solid-start` use `@vinxi/vite-plugin-inspect` dependency; `@vinxi/vite-plugin-inspect` use `@vinxi/rollup-plugin-visualizer` dependency; `@vinxi/rollup-plugin-visualizer` use `rollup` peer dependency. `rollup` is a transitive peer dependencies and it should be added in `package.json` of `@vinxi/vite-plugin-inspect`. ### Step...

Hi, Thanks for the fantastic work you do. I have a simple portfolio website built in solid with vite and I'm trying to transition to SolidStart. I've migrated the code...

When running the CLI, it shows this text in red: ``` Welcome to the SolidStart setup wizard! There are definitely bugs and some feature might not work yet. If you...