This website requires JavaScript.
Explore
Help
Sign In
ekzyis
/
stacker.news
Watch
1
Star
0
Fork
You've already forked stacker.news
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bcd229af93
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 15:03:54 +00:00
import
{
loadEnvConfig
}
from
'@next/env'
fix env loading in worker
2024-08-28 14:34:24 +00:00
loadEnvConfig
(
'.'
,
process
.
env
.
NODE
_ENV
===
'development'
)