1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

[PM-19878] Add core-js to cli (#14696)

* Add core-js to cli

* Add core-js to bit-cli
This commit is contained in:
Oscar Hinton
2025-05-13 16:59:56 +02:00
committed by GitHub
parent 4c68f61d47
commit 9a7089594e
3 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
import "core-js/proposals/explicit-resource-management";
import { program } from "commander";
import { registerOssPrograms } from "@bitwarden/cli/register-oss-programs";