This website requires JavaScript.
Explore
Help
Sign In
ekzyis
/
stacker.news
Watch
1
Star
0
Fork
0
You've already forked stacker.news
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
stacker.news
/
worker
/
loadenv.js
3 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix lightning module resolution (#1551) * fix tsx usage * Revert "Revert "Merge pull request #1521 from riccardobl/tordev"" This reverts commit 4cc3780eca1f1390bdd331f0e418b9a7efd4347e. * lightning module resolution * fix our one test
2024-11-07 09:03:54 -06:00
import
{
loadEnvConfig
}
from
'@next/env'
fix env loading in worker
2024-08-28 09:34:24 -05:00
loadEnvConfig
(
'.'
,
process
.
env
.
NODE
_ENV
===
'development'
)
Reference in New Issue
Copy Permalink