Valentyne Stigloher
|
4f7ccab2c6
|
(nuxt) use --env-file to read .env before nitro reads process.env, make dotenv.ts an import with side effects that only sets additional variables
care must be taken because everything initialized later will not be picked up by Nitro useRuntimeConfig() without passing an event
|
2025-03-14 22:18:09 +01:00 |
|
Valentyne Stigloher
|
314c3553ad
|
(nuxt) rename env variables that fill nuxt runtime configuration to NUXT_* so that they can be passed at runtime
|
2025-02-15 14:27:01 +01:00 |
|
Valentyne Stigloher
|
051784b5da
|
(nuxt) use dotenv closure to ensure that env variables on the server are set during production runtime
|
2024-09-12 10:11:25 +02:00 |
|
Valentyne Stigloher
|
f69aec7998
|
(sentry) replace some console.error with Sentry.captureException
|
2024-03-05 18:19:34 +01:00 |
|
Valentyne Stigloher
|
f8156d5204
|
(sentry) activate sentry in server scripts
|
2024-03-05 18:19:34 +01:00 |
|