mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
require fs
This commit is contained in:
parent
343f502bae
commit
bba905b701
@ -1,5 +1,6 @@
|
||||
require('dotenv').config();
|
||||
const { notarize } = require('electron-notarize');
|
||||
const fs = require('fs');
|
||||
|
||||
exports.default = run;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user