tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
openstatus
/
apps
/
server
/
env.ts
at
552ff64ccfdc1d64cbb4ed6bec9b157e937e2ed3
2 lines
74 B
view raw
wrap content
Thibault Le Ouay
🔥 improve dx (#1166)
1y ago
c75b5f22
1
const
file
=
Bun
.
file
(
"./.env.example"
)
;
2
await
Bun
.
write
(
"./.env"
,
file
)
;