Skip to content

Commit ebeca7d

Browse files
committed
fix: 🐛 correct fs import
1 parent e1b3cfe commit ebeca7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/write-browser-env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import fs from 'node:fs';
1+
import fs from 'fs';
22

33
/**
44
* Writes the environment variables to the public __ENV.js file and make them

0 commit comments

Comments
 (0)