mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
import { DittoConf } from '@ditto/conf';
|
|
|
|
/** @deprecated Use middleware to set/get the config instead. */
|
|
export const Conf = new DittoConf(Deno.env);
|