chore: update package.json to specify bun as the package manager version 1.3.1

This commit is contained in:
2025-10-28 15:03:11 -03:00
parent d41a7cea1b
commit 903ced5b32

View File

@@ -26,5 +26,6 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.52.5" "@rollup/rollup-win32-x64-msvc": "^4.52.5"
} },
"packageManager": "bun@1.3.1"
} }