refactor(build): switch from esbuild to rolldown

This commit is contained in:
mitchell 2026-06-01 16:36:57 -04:00
parent 6392cf3b76
commit bbee38be80
4 changed files with 246 additions and 280 deletions

View file

@ -1,5 +1,5 @@
{
"main": "dist/index.cjs",
"main": "dist/index.js",
"output": "dist/lmc",
"useCodeCache": true,
"disableExperimentalSEAWarning": true