Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Feb 20, 2025
1 parent a38f922 commit 1578661
Showing 4 changed files with 24,747 additions and 4,472 deletions.
3 changes: 2 additions & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
"@vercel/ncc": "0.38.1"
},
"scripts": {
"build": "bun build --external canvas --external gifsicle --target node --splitting --outdir dist ./index.ts "
"build": "ncc build --external canvas --external gifsicle --out dist ./index.ts",
"build-bun": "bun build --external canvas --external gifsicle --target node --outdir dist ./index.ts"
}
}
2 changes: 1 addition & 1 deletion svg-only/dist/142.index.js
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ var external_path_default = /*#__PURE__*/__webpack_require__.n(external_path_);
// EXTERNAL MODULE: external "child_process"
var external_child_process_ = __webpack_require__(2081);
// EXTERNAL MODULE: external "canvas"
var external_canvas_ = __webpack_require__(1576);
var external_canvas_ = __webpack_require__(1813);
// EXTERNAL MODULE: ../types/grid.ts
var types_grid = __webpack_require__(2881);
;// CONCATENATED MODULE: ../draw/pathRoundedRect.ts
Loading
Oops, something went wrong.

0 comments on commit 1578661

Please sign in to comment.