delucis / astro-netlify-cms

Integration to add Netlify CMS’s admin dashboard to any Astro project
161 stars 21 forks source link

fix `vite-plugin-admin-dashboard` for windows machines #23

Closed codelastnight closed 1 year ago

codelastnight commented 1 year ago

admin dashboard did not run on windows machines, per this issue

to fix this, I removed both instances of node join() and projectRoot and replace it with a simple forward slash.

tested npm run dev and npm run build on both powershell 7 and wsl ubuntu 20.04

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 33bcb17e7bf6de13f86b0b26c9322e05e11e1ba5

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

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | astro-netlify-cms | Patch |

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