We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ed28b commit 49424d0Copy full SHA for 49424d0
2 files changed
dotenv.js
@@ -0,0 +1,3 @@
1
+export default {
2
+ config: () => {},
3
+};
index.html
@@ -18,7 +18,8 @@
18
"imports": {
19
"chai": "./node_modules/chai/index.js",
20
"path": "./node_modules/path-browserify/index.js",
21
- "node:fs/promises": "./fs.js"
+ "node:fs/promises": "./fs.js",
22
+ "dotenv": "./dotenv.js"
23
}
24
}</script>
25
0 commit comments