发布

  • fix: permanent @swc/helpers MODULE_NOT_FOUND fix (#crash)

    frostbyte_neo 发布于 2026-03-12 13:42:59 +00:00

    prepublish.mjs: explicitly copy @swc/helpers into standalone app/node_modules
    before packaging. npm tarball will always include it.

    postinstall.mjs: fallback copy of @swc/helpers from root node_modules into
    app/node_modules/@swc/ when missing after npm install -g.

    Fixes server crash after npm install -g omniroute.

    下载附件