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
4c0f4c00a38753a5d0dfd7e7b7b7706dec6f1503
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
)
;