mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
add doc link comment
This commit is contained in:
parent
82950eaaea
commit
3c8aedb297
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// This allows us to use `require` in our ECMAScript module
|
||||
// https://nodejs.org/api/module.html#modulecreaterequirefilename
|
||||
import { createRequire } from "module";
|
||||
const require = createRequire(import.meta.url);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue