UNPKG

@maryam-dev/partykit

Version:

FORKED: PartyKit simplifies developing multiplayer applications. Everything's better with friends.

11 lines (8 loc) 196 B
/* global PARTYKIT_PROCESS_ENV */ import * as process from "node:process"; try { Object.assign(process.env, JSON.parse(PARTYKIT_PROCESS_ENV)); } catch (err) { // no-op } export { process };