This commit is contained in:
Christoph Haas 2026-03-21 22:41:23 +01:00
commit f4be03ceba
1826 changed files with 830924 additions and 0 deletions

2
frontend/node_modules/esm-env/dev-fallback.js generated vendored Normal file
View file

@ -0,0 +1,2 @@
const node_env = globalThis.process?.env?.NODE_ENV;
export default node_env && !node_env.toLowerCase().startsWith('prod');