Skip to content

Commit

Permalink
feat(cli): add Remix SPA mode support (refinedev#6246) (fixes refined…
Browse files Browse the repository at this point in the history
…ev#6127)

Co-authored-by: Ali Emir Şen <[email protected]>
  • Loading branch information
2 people authored and emrecancorapci committed Sep 4, 2024
1 parent 45983cf commit 2527a6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/wicked-cherries-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@refinedev/cli": patch
---

feat: added scripts for Remix SPA Mode

It is now possible to execute the Remix SPA Mode script by selecting it from the platform options.

Two new project types are added `remix-vite` and `remix-spa`. `remix-vite` is Remix + Vite and `remix-spa` is Remix + Vite SPA Mode. While `remix-vite` type can be inferred from the project configuration without needing to specify it in the command, `remix-spa` type needs to be specified explicitly.

[Resolves #6127](https://github.com/refinedev/refine/issues/6127)

0 comments on commit 2527a6e

Please sign in to comment.