mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import env from '#start/env';
|
|
import edge from 'edge.js';
|
|
|
|
/**
|
|
* Define a global property
|
|
*/
|
|
edge.global('nodeEnv', env.get('NODE_ENV'));
|