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: restart server on markdoc config change #7467

Merged
merged 6 commits into from
Jun 27, 2023

Conversation

bholmesdev
Copy link
Contributor

@bholmesdev bholmesdev commented Jun 23, 2023

Changes

  • Update server:setup to fire restart() whenever a support Markdoc config type has a change.

Testing

Manually test that server restarts

Docs

N/A

@changeset-bot
Copy link

changeset-bot bot commented Jun 23, 2023

🦋 Changeset detected

Latest commit: ce2f157

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Jun 23, 2023
@bholmesdev bholmesdev force-pushed the fix/restart-server-on-markdoc-config-change branch from 90867ab to d75d44d Compare June 23, 2023 21:00
Comment on lines 211 to -208
vite: {
vite: {
ssr: {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

How long has that been there... :houston_panic:

);
for (const markdocConfigBase of SUPPORTED_MARKDOC_CONFIG_FILES) {
const absolutePath = new URL(markdocConfigBase, astroConfig.root);
if (entry === fileURLToPath(absolutePath)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I assume this will be the file path and not a Vite ID. Let me know if that's wrong!

packages/integrations/markdoc/src/index.ts Outdated Show resolved Hide resolved
@bholmesdev bholmesdev merged commit f6feff7 into main Jun 27, 2023
@bholmesdev bholmesdev deleted the fix/restart-server-on-markdoc-config-change branch June 27, 2023 14:47
@astrobot-houston astrobot-houston mentioned this pull request Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants