chore: append manifest in edge file only in prod env

This commit is contained in:
Sonny
2025-08-06 19:15:50 +02:00
parent 8b176e3d0e
commit d56bd1ef80
3 changed files with 18 additions and 5 deletions

7
start/view.ts Normal file
View File

@@ -0,0 +1,7 @@
import env from '#start/env';
import edge from 'edge.js';
/**
* Define a global property
*/
edge.global('nodeEnv', env.get('NODE_ENV'));