Skip to content

Commit

Permalink
fix: fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 6, 2023
1 parent 6b9d434 commit 29c6bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* SPDX-License-Identifier: BUSL-1.1
*/

const path = require('node:path');
// NOTE: DO NOT CHANGE THIS
// eslint-disable-next-line unicorn/prefer-node-protocol
const path = require('path');

// eslint-disable-next-line n/prefer-global/process
const test = process.env.NODE_ENV === 'test';
Expand Down

0 comments on commit 29c6bd1

Please sign in to comment.