]> git.codecow.com Git - libnemo.git/commitdiff
Ignore JS dotenv file and import it to enable envars in the browser.
authorChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 23:58:55 +0000 (16:58 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 23:58:55 +0000 (16:58 -0700)
.gitignore
test/test.refresh-accounts.mjs

index eb95a9249ef8cba887d7eed3c1c1329a365e8720..85b739bc5a8dbe533b3649b27bdc3eea13ac0327 100644 (file)
@@ -60,6 +60,7 @@ typings/
 \r
 # dotenv environment variables file\r
 .env\r
+env.*\r
 \r
 # next.js build output\r
 .next\r
index adbcb59738989b87b9028ff6b57e9e77b8d7ec72..14e08f7df5b7de304ca45aa75e73f1ceb7a7219d 100644 (file)
@@ -3,6 +3,7 @@
 
 'use strict'
 
+import { env } from '../env.mjs'
 import { assert, suite, test } from './GLOBALS.mjs'
 import { NANO_TEST_VECTORS } from './VECTORS.js'
 import { Account, Bip44Wallet, Rpc } from '../dist/main.min.js'