Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(packages/sui-ssr): add ssr dev mode #1680

Merged
merged 3 commits into from
Dec 13, 2023
Merged

feat(packages/sui-ssr): add ssr dev mode #1680

merged 3 commits into from
Dec 13, 2023

Conversation

andresz1
Copy link
Member

@andresz1 andresz1 commented Dec 13, 2023

Description

This PR adds Server-Side rendering development support with Fast Refresh

Usage: sui-ssr-dev [options]

Options:
  -L, --link-all [monorepo]     Link all packages inside of monorepo multipackage
  -l, --link-package [package]  Replace each occurrence of this package with an absolute path to this folder (default: [])
  -h, --help                    Display help for command
  
Examples:
  $ sui-ssr dev
  $ sui-ssr dev --link-package ./domain --link-all ./components

@andresz1 andresz1 marked this pull request as ready for review December 13, 2023 10:51
Copy link
Member

@kikoruiz kikoruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@andresz1 andresz1 merged commit 830ea28 into master Dec 13, 2023
1 check passed
@andresz1 andresz1 deleted the feat/sui-ssr-dev branch December 13, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants