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

Bun migration #233

Merged
merged 8 commits into from
Dec 20, 2023
Merged

Bun migration #233

merged 8 commits into from
Dec 20, 2023

Conversation

Woedenaz
Copy link
Contributor

Not exactly something that needed to be done but the build process when using bun is insanely fast and it removes the requirement to install both node and pnpm, since it's able to replace both.

It appears to be working fine when deployed but a second set of eyes would be appreciated!

Bun is just *really fast* and I enjoy using it. I have no issues running it on my local machine but I need to see if it will work just as well when deployed on github
@Woedenaz Woedenaz requested a review from emmiegit December 20, 2023 16:16
Just better practice to commit the lock file and include it in the `node_module` requirements.
Just for consistency.
These were broken when switching to bun. Changing them to Shell environment variables. I am unsure if these will work outside of Linux/Mac so I may need to find a better solution.
Remembered that `cross-env` fixes the exact issue I gave in the last push with Mac/Linux and Windows having different environment variable formats.
README.md Outdated Show resolved Hide resolved
build/postcss.config.mjs Outdated Show resolved Hide resolved
Woedenaz and others added 2 commits December 20, 2023 12:07
@Woedenaz Woedenaz merged commit 195b83c into master Dec 20, 2023
1 check passed
@Woedenaz Woedenaz deleted the bun-migration branch December 20, 2023 17:09
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.

2 participants